Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include rename to regnsub



details:   https://anonhg.NetBSD.org/src/rev/03f5920861f9
branches:  trunk
changeset: 813082:03f5920861f9
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jan 14 21:45:18 2016 +0000

description:
rename to regnsub

diffstat:

 include/regex.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4b53eccaf3aa -r 03f5920861f9 include/regex.h
--- a/include/regex.h   Thu Jan 14 21:45:01 2016 +0000
+++ b/include/regex.h   Thu Jan 14 21:45:18 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: regex.h,v 1.14 2016/01/14 20:42:03 christos Exp $      */
+/*     $NetBSD: regex.h,v 1.15 2016/01/14 21:45:18 christos Exp $      */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -138,7 +138,7 @@
            const char * __restrict, size_t, regmatch_t [], int);
 void   regfree(regex_t *);
 #ifdef _NETBSD_SOURCE
-ssize_t regsub(char *, size_t, const char *, const regmatch_t *, const char *);
+ssize_t regnsub(char *, size_t, const char *, const regmatch_t *, const char *);
 ssize_t regasub(char **buf, const char *, const regmatch_t *, const char *);
 #endif
 __END_DECLS



Home | Main Index | Thread Index | Old Index