diff options
Diffstat (limited to 'security/lsh/files/patch-argp-help.c')
-rw-r--r-- | security/lsh/files/patch-argp-help.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/security/lsh/files/patch-argp-help.c b/security/lsh/files/patch-argp-help.c deleted file mode 100644 index 4dded4517c03..000000000000 --- a/security/lsh/files/patch-argp-help.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/argp/argp-help.c.orig Tue Jan 2 22:36:35 2001 -+++ src/argp/argp-help.c Wed Dec 18 05:22:38 2002 -@@ -50,7 +50,9 @@ - #include <string.h> - #include <assert.h> - #include <stdarg.h> -+#ifndef __FreeBSD__ - #include <malloc.h> -+#endif - #include <ctype.h> - - -@@ -1114,7 +1116,7 @@ - int old_wm = __argp_fmtstream_wmargin (stream); - /* PEST is a state block holding some of our variables that we'd like to - share with helper functions. */ --#ifdef __GNUC__ -+#if defined(__GNUC__) && !defined(__FreeBSD__) - struct pentry_state pest = { entry, stream, hhstate, 1, state }; - #else /* !__GNUC__ */ - /* Decent initializers are a GNU extension */ |