freebsd-ports/security/slush/files/patch-slush.c
Dmitry Marakasov 518b70dd41 - Switch to options helpers
- Regenerate patches
2017-12-01 11:19:21 +00:00

13 lines
285 B
C

--- slush.c.orig 1999-05-07 02:24:09 UTC
+++ slush.c
@@ -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>