1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/security/slush/files/patch-slush.c

14 lines
307 B
C

--- 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>