freebsd-ports/security/slush/files/patch-ab
Kirill Ponomarev f8720f3a34 - Fix build on -current
- Fixes for portlint (DOCSDIR)

PR:		58582
Submitted by:	elvis@sslab.cs.ccu.edu.tw
2003-10-27 14:11:12 +00:00

13 lines
307 B
Text

--- slush.c- Mon Oct 27 06:19:50 2003
+++ slush.c Mon Oct 27 06:21:46 2003
@@ -34,7 +34,10 @@
#include <signal.h>
#include <string.h>
#include <stdlib.h>
+#include <sys/param.h>
+#if __FreeBSD_version >= 500000
#include <getopt.h>
+#endif
#include <termios.h>
#include <pwd.h>
#include <sys/ioctl.h>