From 3f52a8ab5590d8221f5274fcebc31aaf5bdf6946 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 23 Feb 2004 03:47:28 +0000 Subject: [PATCH] Fix comment: GNU getopt.h to which this header tries to mimic does not declare getsubopt/optreset --- include/getopt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/getopt.h b/include/getopt.h index 57f1012b1b78..679dd6d563d7 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -44,7 +44,7 @@ #include /* - * 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