Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/nvi/dist/regex little manual fixing



details:   https://anonhg.NetBSD.org/src/rev/277cf83eaba1
branches:  trunk
changeset: 326361:277cf83eaba1
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 26 21:47:00 2014 +0000

description:
little manual fixing

diffstat:

 external/bsd/nvi/dist/regex/regcomp.c  |  6 ++++--
 external/bsd/nvi/dist/regex/regerror.c |  6 ++++--
 external/bsd/nvi/dist/regex/regexec.c  |  6 ++++--
 external/bsd/nvi/dist/regex/regfree.c  |  6 ++++--
 4 files changed, 16 insertions(+), 8 deletions(-)

diffs (96 lines):

diff -r 14c9ce45df01 -r 277cf83eaba1 external/bsd/nvi/dist/regex/regcomp.c
--- a/external/bsd/nvi/dist/regex/regcomp.c     Sun Jan 26 21:46:49 2014 +0000
+++ b/external/bsd/nvi/dist/regex/regcomp.c     Sun Jan 26 21:47:00 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: regcomp.c,v 1.4 2014/01/26 21:43:45 christos Exp $ */
+/*     $NetBSD: regcomp.c,v 1.5 2014/01/26 21:47:00 christos Exp $ */
 /*-
  * Copyright (c) 1992, 1993, 1994 Henry Spencer.
  * Copyright (c) 1992, 1993, 1994
@@ -38,11 +38,13 @@
  *     @(#)regcomp.c   8.4 (Berkeley) 3/19/94
  */
 
+#include <sys/cdefs.h>
+#if 0
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)regcomp.c  8.4 (Berkeley) 3/19/94";
 #endif /* LIBC_SCCS and not lint */
 #else
-__RCSID("$NetBSD: regcomp.c,v 1.4 2014/01/26 21:43:45 christos Exp $");
+__RCSID("$NetBSD: regcomp.c,v 1.5 2014/01/26 21:47:00 christos Exp $");
 #endif
 
 #include <sys/types.h>
diff -r 14c9ce45df01 -r 277cf83eaba1 external/bsd/nvi/dist/regex/regerror.c
--- a/external/bsd/nvi/dist/regex/regerror.c    Sun Jan 26 21:46:49 2014 +0000
+++ b/external/bsd/nvi/dist/regex/regerror.c    Sun Jan 26 21:47:00 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: regerror.c,v 1.4 2014/01/26 21:43:45 christos Exp $ */
+/*     $NetBSD: regerror.c,v 1.5 2014/01/26 21:47:00 christos Exp $ */
 /*-
  * Copyright (c) 1992, 1993, 1994 Henry Spencer.
  * Copyright (c) 1992, 1993, 1994
@@ -38,11 +38,13 @@
  *     @(#)regerror.c  8.3 (Berkeley) 3/19/94
  */
 
+#include <sys/cdefs.h>
+#if 0
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)regerror.c 8.3 (Berkeley) 3/19/94";
 #endif /* LIBC_SCCS and not lint */
 #else
-__RCSID("$NetBSD: regerror.c,v 1.4 2014/01/26 21:43:45 christos Exp $");
+__RCSID("$NetBSD: regerror.c,v 1.5 2014/01/26 21:47:00 christos Exp $");
 #endif
 
 #include <sys/types.h>
diff -r 14c9ce45df01 -r 277cf83eaba1 external/bsd/nvi/dist/regex/regexec.c
--- a/external/bsd/nvi/dist/regex/regexec.c     Sun Jan 26 21:46:49 2014 +0000
+++ b/external/bsd/nvi/dist/regex/regexec.c     Sun Jan 26 21:47:00 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: regexec.c,v 1.4 2014/01/26 21:43:45 christos Exp $ */
+/*     $NetBSD: regexec.c,v 1.5 2014/01/26 21:47:00 christos Exp $ */
 /*-
  * Copyright (c) 1992, 1993, 1994 Henry Spencer.
  * Copyright (c) 1992, 1993, 1994
@@ -38,11 +38,13 @@
  *     @(#)regexec.c   8.2 (Berkeley) 3/16/94
  */
 
+#include <sys/cdefs.h>
+#if 0
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)regexec.c  8.2 (Berkeley) 3/16/94";
 #endif /* LIBC_SCCS and not lint */
 #else
-__RCSID("$NetBSD: regexec.c,v 1.4 2014/01/26 21:43:45 christos Exp $");
+__RCSID("$NetBSD: regexec.c,v 1.5 2014/01/26 21:47:00 christos Exp $");
 #endif
 
 /*
diff -r 14c9ce45df01 -r 277cf83eaba1 external/bsd/nvi/dist/regex/regfree.c
--- a/external/bsd/nvi/dist/regex/regfree.c     Sun Jan 26 21:46:49 2014 +0000
+++ b/external/bsd/nvi/dist/regex/regfree.c     Sun Jan 26 21:47:00 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: regfree.c,v 1.4 2014/01/26 21:43:45 christos Exp $ */
+/*     $NetBSD: regfree.c,v 1.5 2014/01/26 21:47:00 christos Exp $ */
 /*-
  * Copyright (c) 1992, 1993, 1994 Henry Spencer.
  * Copyright (c) 1992, 1993, 1994
@@ -38,11 +38,13 @@
  *     @(#)regfree.c   8.2 (Berkeley) 3/16/94
  */
 
+#include <sys/cdefs.h>
+#if 0
 #if defined(LIBC_SCCS) && !defined(lint)
 static char sccsid[] = "@(#)regfree.c  8.2 (Berkeley) 3/16/94";
 #endif /* LIBC_SCCS and not lint */
 #else
-__RCSID("$NetBSD: regfree.c,v 1.4 2014/01/26 21:43:45 christos Exp $");
+__RCSID("$NetBSD: regfree.c,v 1.5 2014/01/26 21:47:00 christos Exp $");
 #endif
 
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index