diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-17 01:42:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-17 01:42:34 +0800 |
commit | 44582a728938469c9f38ce8d843360084c04c41c (patch) | |
tree | 10c16c424915d30037181bd550441f2deb2e5b71 /x11 | |
parent | 713acaa790a71bab78937bfb0158557ecf53aebd (diff) | |
download | marcuscom-ports-44582a728938469c9f38ce8d843360084c04c41c.tar marcuscom-ports-44582a728938469c9f38ce8d843360084c04c41c.tar.gz marcuscom-ports-44582a728938469c9f38ce8d843360084c04c41c.tar.bz2 marcuscom-ports-44582a728938469c9f38ce8d843360084c04c41c.tar.lz marcuscom-ports-44582a728938469c9f38ce8d843360084c04c41c.tar.xz marcuscom-ports-44582a728938469c9f38ce8d843360084c04c41c.tar.zst marcuscom-ports-44582a728938469c9f38ce8d843360084c04c41c.zip |
Fix the build on RELENG_5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7922 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fast-user-switch-applet/files/patch-src_gdm-queue.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c new file mode 100644 index 000000000..a38c96493 --- /dev/null +++ b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c @@ -0,0 +1,10 @@ +--- src/gdm-queue.c.orig Thu Nov 16 12:39:45 2006 ++++ src/gdm-queue.c Thu Nov 16 12:40:17 2006 +@@ -31,6 +31,7 @@ + #include <sys/socket.h> + #include <sys/un.h> + #include <errno.h> ++#include <signal.h> + #include <stdio.h> + + #include "gdm-queue.h" |