summaryrefslogtreecommitdiffstats
path: root/include/getopt.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-23 03:47:28 +0000
committerache <ache@FreeBSD.org>2004-02-23 03:47:28 +0000
commitc247a7c1e0b4d73d0bf1a70021ac5683e506b945 (patch)
treecd13aea64ff63daf893afbb20d453c6d6a69c150 /include/getopt.h
parent3f44d96bce32063c8a64b2a04261e62a337820ed (diff)
downloadFreeBSD-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/getopt.h')
-rw-r--r--include/getopt.h2
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
OpenPOWER on IntegriCloud