diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-15 14:37:41 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-15 14:37:41 +0000 |
commit | dfc70f83664eec984b05ba6b825d63ee3b113945 (patch) | |
tree | 52db47ddb055c4da25169751f29b1285b311ecfd | |
parent | 8fab9d17c4859730ea07bcd4906d47ab18157fb5 (diff) | |
download | mandoc-dfc70f83664eec984b05ba6b825d63ee3b113945.tar.gz |
Change comment: NetBSD just fixed their headers; but leave the
workaround in place for now for the benefit of older systems,
and other systems might contain similar problems.
-rw-r--r-- | test-getsubopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-getsubopt.c b/test-getsubopt.c index 483a3839..a735bbd1 100644 --- a/test-getsubopt.c +++ b/test-getsubopt.c @@ -18,7 +18,7 @@ #include <stdlib.h> /* - * NetBSD declares this function in the wrong header. + * NetBSD declared this function in the wrong header before August 2018. * No harm is done by allowing that, too: * The only file using it, main.c, also includes unistd.h, anyway. */ |