diff options
Diffstat (limited to 'comms/hamlib/files')
-rw-r--r-- | comms/hamlib/files/patch-include-config.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/hamlib/files/patch-include-config.h.in b/comms/hamlib/files/patch-include-config.h.in index 0864d6c..4ef72a8 100644 --- a/comms/hamlib/files/patch-include-config.h.in +++ b/comms/hamlib/files/patch-include-config.h.in @@ -1,9 +1,9 @@ ---- include/config.h.in.orig Mon Apr 19 22:16:14 2004 -+++ include/config.h.in Mon Apr 19 22:16:43 2004 -@@ -388,16 +388,6 @@ +--- include/config.h.in.orig Mon Aug 23 23:12:37 2004 ++++ include/config.h.in Thu Oct 21 23:25:45 2004 +@@ -394,16 +394,6 @@ extern "C" { #endif - + -#ifndef HAVE_GETOPT -int getopt (int argc, char * const argv[], const char * optstring); -extern char * optarg; |