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/super/files/patch-localsys.h_1 | |
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/super/files/patch-localsys.h_1')
-rw-r--r-- | security/super/files/patch-localsys.h_1 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/super/files/patch-localsys.h_1 b/security/super/files/patch-localsys.h_1 new file mode 100644 index 000000000000..552b9a406102 --- /dev/null +++ b/security/super/files/patch-localsys.h_1 @@ -0,0 +1,18 @@ +--- localsys.h.orig Mon Feb 15 02:27:37 1999 ++++ localsys.h Thu Feb 18 11:09:40 1999 +@@ -13,13 +13,13 @@ + * func_type funcname P__((arglist)); + */ + +-#include "config.h" +- + #include <stdio.h> + #include <ctype.h> + #include <fcntl.h> + #include <pwd.h> + #include <grp.h> ++ ++#include "config.h" + + #ifdef HAVE_UNISTD_H + #include <unistd.h> |