From 1d60b799627d6feda51cb3283d916a0f09807473 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 13 Jun 2003 04:26:24 +0000 Subject: - Update to 1.5.2 - removed patches that are now part of distribution - New option: WITH_THREADS or WITH_LSH_THREADS --- security/lsh/files/patch-argp-help.c | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 security/lsh/files/patch-argp-help.c (limited to 'security/lsh/files/patch-argp-help.c') 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 - #include - #include -+#ifndef __FreeBSD__ - #include -+#endif - #include - - -@@ -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 */ -- cgit v1.2.3