summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-01-19 11:45:47 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-01-19 11:45:47 +0000
commit9ebb8d8254362d7131cb0b14cb0b73473dcd35d4 (patch)
treee6173711f9b688e3d728104809afb27a16629c71 /x11
parentFix build on 9-CURRENT after utmp -> utmpx change. (diff)
Fix build on 9.x after the umtp -> umtpx switch.
Submitted by: Ed@
Notes
Notes: svn path=/head/; revision=248153
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/files/patch-bj10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/gnome-libs/files/patch-bj b/x11/gnome-libs/files/patch-bj
index cd77cec42761..1396fb3728a3 100644
--- a/x11/gnome-libs/files/patch-bj
+++ b/x11/gnome-libs/files/patch-bj
@@ -8,7 +8,15 @@
#include <signal.h>
#include <fcntl.h>
#include <termios.h>
-@@ -115,7 +116,7 @@
+@@ -50,7 +51,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
+-#include <utmp.h>
+ #include <grp.h>
+ #include "gnome-pty.h"
+ #include "gnome-login-support.h"
+@@ -114,7 +114,7 @@
#endif
#endif /* CMSG_DATA */