diff options
author | ache <ache@FreeBSD.org> | 2004-02-23 03:47:28 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-02-23 03:47:28 +0000 |
commit | c247a7c1e0b4d73d0bf1a70021ac5683e506b945 (patch) | |
tree | cd13aea64ff63daf893afbb20d453c6d6a69c150 /include | |
parent | 3f44d96bce32063c8a64b2a04261e62a337820ed (diff) | |
download | FreeBSD-src-c247a7c1e0b4d73d0bf1a70021ac5683e506b945.zip FreeBSD-src-c247a7c1e0b4d73d0bf1a70021ac5683e506b945.tar.gz |
Fix comment: GNU getopt.h to which this header tries to mimic does not declare
getsubopt/optreset
Diffstat (limited to 'include')
-rw-r--r-- | include/getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h index 57f1012..679dd6d 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -44,7 +44,7 @@ #include <unistd.h> /* - * Gnu like getopt_long() and BSD4.4 getsubopt()/optreset extensions + * GNU-like getopt_long() */ #if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) #define no_argument 0 |