Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sed Renumber so that 3 follows 2.
details: https://anonhg.NetBSD.org/src/rev/2e711b6ae98e
branches: trunk
changeset: 796514:2e711b6ae98e
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Jun 06 21:56:39 2014 +0000
description:
Renumber so that 3 follows 2.
diffstat:
usr.bin/sed/defs.h | 4 ++--
usr.bin/sed/extern.h | 4 ++--
usr.bin/sed/misc.c | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r f4ab98936477 -r 2e711b6ae98e usr.bin/sed/defs.h
--- a/usr.bin/sed/defs.h Fri Jun 06 21:04:02 2014 +0000
+++ b/usr.bin/sed/defs.h Fri Jun 06 21:56:39 2014 +0000
@@ -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.
*
diff -r f4ab98936477 -r 2e711b6ae98e usr.bin/sed/extern.h
--- a/usr.bin/sed/extern.h Fri Jun 06 21:04:02 2014 +0000
+++ b/usr.bin/sed/extern.h Fri Jun 06 21:56:39 2014 +0000
@@ -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.
*
diff -r f4ab98936477 -r 2e711b6ae98e usr.bin/sed/misc.c
--- a/usr.bin/sed/misc.c Fri Jun 06 21:04:02 2014 +0000
+++ b/usr.bin/sed/misc.c Fri Jun 06 21:56:39 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index