diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 01:16:45 +0000 |
commit | 0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch) | |
tree | b35c705d3b36af5129c9a15430528661add3b428 /misc/histring/files/patch-histring.c | |
parent | Stage net-mgmt/routers2-extras and cleanup (diff) |
Rename misc/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363282
Diffstat (limited to 'misc/histring/files/patch-histring.c')
-rw-r--r-- | misc/histring/files/patch-histring.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/histring/files/patch-histring.c b/misc/histring/files/patch-histring.c new file mode 100644 index 000000000000..c290fa957caf --- /dev/null +++ b/misc/histring/files/patch-histring.c @@ -0,0 +1,11 @@ +--- histring.c 2000/10/18 13:39:37 1.1 ++++ histring.c 2000/10/18 13:44:11 1.2 +@@ -15,6 +15,8 @@ + # include <config.h> + #endif + ++#include <sys/types.h> ++ + #ifdef HAVE_GETOPT_H + # include <getopt.h> + #endif |