diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-02 22:46:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-02 22:46:53 +0000 |
commit | 29b4be759a1cb9071f684712a745e4b92bd366d0 (patch) | |
tree | 420c69d9e3125fa5ccbd4216e27d200b25f01bed /lib/getopt.c.patch | |
parent | f823497bd9d420a2cf83fa56f5090d4227ba73f5 (diff) | |
download | src-29b4be759a1cb9071f684712a745e4b92bd366d0.tar.gz src-29b4be759a1cb9071f684712a745e4b92bd366d0.zip |
import gperf 3.0.3 latest GPLv2vendor/gperf/3.0.3vendor/gperf
Approved by: cognet
Notes
Notes:
svn path=/vendor/gperf/dist/; revision=228214
svn path=/vendor/gperf/3.0.3/; revision=228215; tag=vendor/gperf/3.0.3
Diffstat (limited to 'lib/getopt.c.patch')
-rw-r--r-- | lib/getopt.c.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/getopt.c.patch b/lib/getopt.c.patch deleted file mode 100644 index 6fedd84a8315..000000000000 --- a/lib/getopt.c.patch +++ /dev/null @@ -1,25 +0,0 @@ -getopt.c is a modified version of the getopt.c found in the glibc snapshot -on 1998-04-14. Below the patch that has been applied to this file. The glibc -maintainer has been informed of these patches. - -diff -c3 getopt.c.orig getopt.c -*** getopt.c.orig Sun Mar 8 16:06:55 1998 ---- getopt.c Thu Apr 16 00:09:41 1998 -*************** -*** 201,207 **** - /* Avoid depending on library functions or files - whose names are inconsistent. */ - -! char *getenv (); - - static char * - my_index (str, chr) ---- 201,208 ---- - /* Avoid depending on library functions or files - whose names are inconsistent. */ - -! extern char *getenv (); -! extern int strncmp (); - - static char * - my_index (str, chr) |