From 05efcb983ce3170928e8c252511f0611912e3de2 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 23 Feb 2004 08:14:18 +0000 Subject: [PATCH] In the comment tell about optreset extension for NetBSD ghetopt_long() --- include/getopt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/getopt.h b/include/getopt.h index 39b514ef9b2a..4943d04d0d78 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -43,7 +43,8 @@ #include /* - * 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