svn commit: r312093 - stable/11/contrib/netbsd-tests/lib/libc/regex
Ngie Cooper
ngie at FreeBSD.org
Sat Jan 14 00:28:25 UTC 2017
Author: ngie
Date: Sat Jan 14 00:28:23 2017
New Revision: 312093
URL: https://svnweb.freebsd.org/changeset/base/312093
Log:
MFC r311926:
Consolidate __NetBSD__ #ifdef
Modified:
stable/11/contrib/netbsd-tests/lib/libc/regex/debug.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/contrib/netbsd-tests/lib/libc/regex/debug.c
==============================================================================
--- stable/11/contrib/netbsd-tests/lib/libc/regex/debug.c Sat Jan 14 00:28:21 2017 (r312092)
+++ stable/11/contrib/netbsd-tests/lib/libc/regex/debug.c Sat Jan 14 00:28:23 2017 (r312093)
@@ -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
*/
More information about the svn-src-stable-11
mailing list