aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-20 19:56:33 +0800
committered <ed@FreeBSD.org>2010-01-20 19:56:33 +0800
commitaf2132456a1bd0e35df467548712fde625b36ad3 (patch)
tree5cf978eee40880752bfd88e05b1578d00fe462a7 /x11
parent055d70351bfc6bfdea42f44e062605c52cce7f8a (diff)
downloadfreebsd-ports-gnome-af2132456a1bd0e35df467548712fde625b36ad3.tar.gz
freebsd-ports-gnome-af2132456a1bd0e35df467548712fde625b36ad3.tar.zst
freebsd-ports-gnome-af2132456a1bd0e35df467548712fde625b36ad3.zip
Remove unneeded inclusion of <utmp.h>.
Approved by: miwi (portmgr, implicit)
Diffstat (limited to 'x11')
-rw-r--r--x11/wmfstatus/files/patch-wmfstatus.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/wmfstatus/files/patch-wmfstatus.c b/x11/wmfstatus/files/patch-wmfstatus.c
new file mode 100644
index 000000000000..52dedf9b5ed3
--- /dev/null
+++ b/x11/wmfstatus/files/patch-wmfstatus.c
@@ -0,0 +1,10 @@
+--- wmfstatus.c
++++ wmfstatus.c
+@@ -16,7 +16,6 @@
+ #include <sys/ioctl.h>
+ #include <sys/file.h>
+
+-#include <utmp.h>
+ #include <dirent.h>
+
+ #include <X11/Xlib.h>