diff options
Diffstat (limited to 'security/slush/files/patch-slush.c')
-rw-r--r-- | security/slush/files/patch-slush.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/slush/files/patch-slush.c b/security/slush/files/patch-slush.c new file mode 100644 index 000000000000..35bdb47ece44 --- /dev/null +++ b/security/slush/files/patch-slush.c @@ -0,0 +1,13 @@ +--- 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> |