Module Name: src
Committed By: wiz
Date: Fri Jun 6 21:56:39 UTC 2014
Modified Files:
src/usr.bin/sed: defs.h extern.h misc.c
Log Message:
Renumber so that 3 follows 2.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/sed/defs.h
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/sed/extern.h src/usr.bin/sed/misc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/sed/defs.h
diff -u src/usr.bin/sed/defs.h:1.11 src/usr.bin/sed/defs.h:1.12
--- src/usr.bin/sed/defs.h:1.11 Fri Jun 6 00:13:13 2014
+++ src/usr.bin/sed/defs.h Fri Jun 6 21:56:39 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.11 2014/06/06 00:13:13 christos Exp $ */
+/* $NetBSD: defs.h,v 1.12 2014/06/06 21:56:39 wiz Exp $ */
/*-
* Copyright (c) 1992 Diomidis Spinellis.
@@ -16,7 +16,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
Index: src/usr.bin/sed/extern.h
diff -u src/usr.bin/sed/extern.h:1.13 src/usr.bin/sed/extern.h:1.14
--- src/usr.bin/sed/extern.h:1.13 Fri Jun 6 00:14:55 2014
+++ src/usr.bin/sed/extern.h Fri Jun 6 21:56:39 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.13 2014/06/06 00:14:55 christos Exp $ */
+/* $NetBSD: extern.h,v 1.14 2014/06/06 21:56:39 wiz Exp $ */
/*-
* Copyright (c) 1992 Diomidis Spinellis.
@@ -16,7 +16,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
Index: src/usr.bin/sed/misc.c
diff -u src/usr.bin/sed/misc.c:1.13 src/usr.bin/sed/misc.c:1.14
--- src/usr.bin/sed/misc.c:1.13 Fri Jun 6 12:46:54 2014
+++ src/usr.bin/sed/misc.c Fri Jun 6 21:56:39 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.13 2014/06/06 12:46:54 joerg Exp $ */
+/* $NetBSD: misc.c,v 1.14 2014/06/06 21:56:39 wiz Exp $ */
/*-
* Copyright (c) 1992 Diomidis Spinellis.
@@ -16,7 +16,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -38,7 +38,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: misc.c,v 1.13 2014/06/06 12:46:54 joerg Exp $");
+__RCSID("$NetBSD: misc.c,v 1.14 2014/06/06 21:56:39 wiz Exp $");
#ifdef __FBSDID
__FBSDID("$FreeBSD: head/usr.bin/sed/misc.c 200462 2009-12-13 03:14:06Z delphij $");
#endif