summaryrefslogtreecommitdiffstats
path: root/x11/gdm/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-31 16:16:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-31 16:16:24 +0800
commitc1aa218cb79d4e7ecae9a7a52013a772695046a9 (patch)
tree1f64098c81fb6e7bb8875e72c449e37f0ef8bb95 /x11/gdm/files
parent45a768c6aa7abca6d0ae554925963b88d2593dbf (diff)
downloadmarcuscom-ports-c1aa218cb79d4e7ecae9a7a52013a772695046a9.tar
marcuscom-ports-c1aa218cb79d4e7ecae9a7a52013a772695046a9.tar.gz
marcuscom-ports-c1aa218cb79d4e7ecae9a7a52013a772695046a9.tar.bz2
marcuscom-ports-c1aa218cb79d4e7ecae9a7a52013a772695046a9.tar.lz
marcuscom-ports-c1aa218cb79d4e7ecae9a7a52013a772695046a9.tar.xz
marcuscom-ports-c1aa218cb79d4e7ecae9a7a52013a772695046a9.tar.zst
marcuscom-ports-c1aa218cb79d4e7ecae9a7a52013a772695046a9.zip
Update to 2.21.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10308 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gdm/files')
-rw-r--r--x11/gdm/files/patch-common_gdm-address.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/gdm/files/patch-common_gdm-address.c b/x11/gdm/files/patch-common_gdm-address.c
new file mode 100644
index 000000000..47ab2b297
--- /dev/null
+++ b/x11/gdm/files/patch-common_gdm-address.c
@@ -0,0 +1,25 @@
+--- common/gdm-address.c.orig 2008-01-31 03:07:58.000000000 -0500
++++ common/gdm-address.c 2008-01-31 03:11:17.000000000 -0500
+@@ -26,12 +26,13 @@
+ #include <fcntl.h>
+ #include <unistd.h>
+ #include <string.h>
++#include <sys/types.h>
++#include <sys/param.h>
+ #ifdef HAS_SYS_SOCKET
+ #include <sys/socket.h>
+ #endif
+ #include <netdb.h>
+ #include <sys/ioctl.h>
+-#include <net/if.h>
+
+ #ifndef G_OS_WIN32
+ #include <sys/socket.h>
+@@ -42,6 +43,7 @@
+ #include <winsock2.h>
+ #include <ws2tcpip.h>
+ #endif
++#include <net/if.h>
+
+ #include <glib-object.h>
+