diff options
| author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-04 05:28:24 +0000 |
|---|---|---|
| committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-04 05:28:24 +0000 |
| commit | b79840bd9d5441083f1e7d9ee78f4b777661ee35 (patch) | |
| tree | 15ea221bd49bd3fba484c05c4dabae0716739a50 | |
| parent | Back out r1.7, it was committed in error (diff) | |
Fix the build on FreeBSD 5.x.
Reported by: Jeffrey Lloyd <jlloyd@epix.net>
Tested by: ''
| -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 000000000000..80e25d0fe1ed --- /dev/null +++ b/x11/fast-user-switch-applet/files/patch-src_gdm-queue.c @@ -0,0 +1,10 @@ +--- src/gdm-queue.c.orig Fri Feb 2 23:52:26 2007 ++++ src/gdm-queue.c Fri Feb 2 23:52:32 2007 +@@ -32,6 +32,7 @@ + #include <sys/un.h> + #include <errno.h> + #include <stdio.h> ++#include <signal.h> + + #include "gdm-queue.h" + |
