diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-20 11:56:33 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-20 11:56:33 +0000 |
commit | 1a225da53369a761a8483b6efa8970b361298333 (patch) | |
tree | cca9656eff82c278617685befc8f1217fe4df239 /x11 | |
parent | 581ac717809ab14adfffb506c123272eb77712ec (diff) | |
download | ports-1a225da53369a761a8483b6efa8970b361298333.tar.gz ports-1a225da53369a761a8483b6efa8970b361298333.zip |
Remove unneeded inclusion of <utmp.h>.
Approved by: miwi (portmgr, implicit)
Notes
Notes:
svn path=/head/; revision=248200
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wmfstatus/files/patch-wmfstatus.c | 10 |
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> |