Module Name: src
Committed By: aymeric
Date: Sun Mar 6 10:22:59 UTC 2016
Added Files:
src/tools/compat: regex.h
Log Message:
add our libc's regex implementation to libnbcompat.
This way, nbsed picks it up and it unbreaks the build of xf86-video-intel-old's
man page under Linux and probably other future changes which rightfully expect
the (net)bsd behaviour.
Full release tested on ArchLinux and NetBSD 7.0_STABLE
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 src/tools/compat/regex.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/tools/compat/regex.h
diff -u /dev/null src/tools/compat/regex.h:1.3
--- /dev/null Sun Mar 6 10:22:59 2016
+++ src/tools/compat/regex.h Sun Mar 6 10:22:59 2016
@@ -0,0 +1,3 @@
+/* $NetBSD: regex.h,v 1.3 2016/03/06 10:22:59 aymeric Exp $ */
+
+#include "../../include/regex.h"