diff options
| author | cgd <cgd@NetBSD.org> | 1995-04-28 11:43:53 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1995-04-28 11:43:53 +0000 |
| commit | 7bfa303f5eb5105ebae7c77ecd4241a7c06fbf3b (patch) | |
| tree | a4b3e06fc16241e0a725312874ae2dfa78621062 /gnu/usr.bin | |
| parent | 9dde47009536aa7175428a93f5e9c44cdcda5370 (diff) | |
fix a typo; i accidentally deleted an _, but it won't really matter.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/grep/getopt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/getopt.c b/gnu/usr.bin/grep/getopt.c index bd32995bcb6..fbabe038d1a 100644 --- a/gnu/usr.bin/grep/getopt.c +++ b/gnu/usr.bin/grep/getopt.c @@ -21,7 +21,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef lint -static char rcsid[] = "$NetBSD: getopt.c,v 1.3 1995/04/23 08:36:13 cgd Exp $"; +static char rcsid[] = "$NetBSD: getopt.c,v 1.4 1995/04/28 11:43:53 cgd Exp $"; #endif /* not lint */ /* NOTE!!! AIX requires this to be the first thing in the file. @@ -177,7 +177,7 @@ static enum REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER } ordering; -#if defined(_GNU_LIBRARY__) || defined(__NetBSD__) +#if defined(__GNU_LIBRARY__) || defined(__NetBSD__) /* We want to avoid inclusion of string.h with non-GNU libraries because there are many ways it can cause trouble. On some systems, it contains special magic macros that don't work |
