From 3720cec814cfa4f9b496ea28562f489381e95807 Mon Sep 17 00:00:00 2001 From: ngie <ngie@FreeBSD.org> Date: Sat, 14 Jan 2017 00:28:21 +0000 Subject: MFC r311926: Consolidate __NetBSD__ #ifdef --- contrib/netbsd-tests/lib/libc/regex/debug.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/netbsd-tests/lib/libc/regex/debug.c') diff --git a/contrib/netbsd-tests/lib/libc/regex/debug.c b/contrib/netbsd-tests/lib/libc/regex/debug.c index 3fc6d5b..22f0b90 100644 --- a/contrib/netbsd-tests/lib/libc/regex/debug.c +++ b/contrib/netbsd-tests/lib/libc/regex/debug.c @@ -48,9 +48,7 @@ #ifdef __NetBSD__ static void s_print(struct re_guts *, FILE *); static char *regchar(int); -#endif -#ifdef __NetBSD__ /* * regprint - print a regexp for debugging */ -- cgit v1.1