diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:30:10 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:30:10 +0000 |
commit | 1c30911ff0463c1215e15dd9f7acb886ca35a93d (patch) | |
tree | 17783a29eefdfe8b1d45e4895ff0daaf7f6e92c3 /security/slush/files/patch-slush.c | |
parent | - Update to 2.4.3 (diff) |
Rename security/ patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363328
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> |