diff options
author | ache <ache@FreeBSD.org> | 2004-02-23 08:14:18 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-23 08:14:18 +0000 |
commit | 4f8f2510fd7c7f2b48bfb91c1b0841adda523542 (patch) | |
tree | 53332f18395c269465a47c4f83346991db7a232e /include | |
parent | 5b78fad42baeaf31c104a72b496d6555ea58ede4 (diff) | |
download | FreeBSD-src-4f8f2510fd7c7f2b48bfb91c1b0841adda523542.zip FreeBSD-src-4f8f2510fd7c7f2b48bfb91c1b0841adda523542.tar.gz |
In the comment tell about optreset extension for NetBSD ghetopt_long()
Diffstat (limited to 'include')
-rw-r--r-- | include/getopt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h index 39b514e..4943d04 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -43,7 +43,8 @@ #include <sys/cdefs.h> /* - * GNU-like getopt_long() & getopt() for GNU programs. + * GNU-like getopt_long() with 4.4BSD optreset extension. + * getopt() is declared here too for GNU programs. */ #define no_argument 0 #define required_argument 1 |