[sddm/f20] Wrong include in the server, fixed

Martin Briza mbriza at fedoraproject.org
Tue Oct 15 16:07:41 UTC 2013


commit 033d41cecfeea69d9ee35f37f5f9d96d925a43ab
Author: Martin Briza <mbriza at redhat.com>
Date:   Tue Oct 15 18:07:19 2013 +0200

    Wrong include in the server, fixed

 sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch b/sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch
index ab6ce8a..845676f 100644
--- a/sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch
+++ b/sddm-0.2.0-0.11.20130914git50ca5b20-xdmcp.patch
@@ -1286,10 +1286,10 @@ index 0000000..edfdff4
 +#include "Server.moc"
 diff --git a/src/daemon/xdmcp/Server.h b/src/daemon/xdmcp/Server.h
 new file mode 100644
-index 0000000..2860bf9
+index 0000000..2898381
 --- /dev/null
 +++ b/src/daemon/xdmcp/Server.h
-@@ -0,0 +1,117 @@
+@@ -0,0 +1,118 @@
 +/*
 + * Server implementation for X Display Control Protocol
 + * Copyright (C) 2013  Martin Bříza <mbriza at redhat.com>
@@ -1318,7 +1318,8 @@ index 0000000..2860bf9
 +#include <QtCore/QTimer>
 +#include <QtNetwork/QUdpSocket>
 +
-+#include <X11/Xdmcp.h>
++// the same as in <X11/Xdmcp.h>
++#define XDM_UDP_PORT 177
 +
 +namespace SDDM {
 +


More information about the scm-commits mailing list