aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-getsubopt.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-15 14:37:41 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-15 14:37:41 +0000
commitf286c9826f8eb2129e122a2b9f33c8bf216159cb (patch)
treea93a7a51bc5d0a5e25e1ad6d41e5cb7a832dfa6c /test-getsubopt.c
parent14645e9d33197ac7a7023b84bde235a275770b05 (diff)
downloadmandoc-f286c9826f8eb2129e122a2b9f33c8bf216159cb.tar.gz
mandoc-f286c9826f8eb2129e122a2b9f33c8bf216159cb.tar.zst
mandoc-f286c9826f8eb2129e122a2b9f33c8bf216159cb.zip
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.
Diffstat (limited to 'test-getsubopt.c')
-rw-r--r--test-getsubopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-getsubopt.c b/test-getsubopt.c
index 752c1cde..9af1e09b 100644
--- a/test-getsubopt.c
+++ b/test-getsubopt.c
@@ -1,4 +1,4 @@
-/* $Id: test-getsubopt.c,v 1.5 2018/08/15 02:15:52 schwarze Exp $ */
+/* $Id: test-getsubopt.c,v 1.6 2018/08/15 14:37:41 schwarze Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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.
*/