summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-20 11:55:14 +0000
committerru <ru@FreeBSD.org>2004-02-20 11:55:14 +0000
commit2630fc0e1e32d315721945f31bbdcc01b5028404 (patch)
treeca91d96f35dfb3255f54393f0e8f190068fb019f /lib
parent7ba479f8386b4828f95fc01c4b5da58fbc7d9168 (diff)
downloadFreeBSD-src-2630fc0e1e32d315721945f31bbdcc01b5028404.zip
FreeBSD-src-2630fc0e1e32d315721945f31bbdcc01b5028404.tar.gz
Unbreak the upgrade path from 4.9 after removal of GNU getopt and
<gnuregex.h>.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/getopt_long.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt_long.c b/lib/libc/stdlib/getopt_long.c
index 474290f..ef1d8e9 100644
--- a/lib/libc/stdlib/getopt_long.c
+++ b/lib/libc/stdlib/getopt_long.c
@@ -42,8 +42,6 @@
__RCSID("$NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $");
#endif /* LIBC_SCCS and not lint */
-#include "namespace.h"
-
#include <assert.h>
#include <err.h>
#include <errno.h>
OpenPOWER on IntegriCloud