Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sed restore sccsid[]'s per core@'s decision
details: https://anonhg.NetBSD.org/src/rev/2a60120627fd
branches: trunk
changeset: 330176:2a60120627fd
user: christos <christos%NetBSD.org@localhost>
date: Thu Jun 26 02:14:32 2014 +0000
description:
restore sccsid[]'s per core@'s decision
diffstat:
usr.bin/sed/compile.c | 8 ++++++--
usr.bin/sed/main.c | 8 ++++++--
usr.bin/sed/misc.c | 8 ++++++--
usr.bin/sed/process.c | 8 ++++++--
4 files changed, 24 insertions(+), 8 deletions(-)
diffs (107 lines):
diff -r ece78319515a -r 2a60120627fd usr.bin/sed/compile.c
--- a/usr.bin/sed/compile.c Thu Jun 26 01:46:03 2014 +0000
+++ b/usr.bin/sed/compile.c Thu Jun 26 02:14:32 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compile.c,v 1.42 2014/06/06 12:46:54 joerg Exp $ */
+/* $NetBSD: compile.c,v 1.43 2014/06/26 02:14:32 christos Exp $ */
/*-
* Copyright (c) 1992 Diomidis Spinellis.
@@ -38,11 +38,15 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: compile.c,v 1.42 2014/06/06 12:46:54 joerg Exp $");
+__RCSID("$NetBSD: compile.c,v 1.43 2014/06/26 02:14:32 christos Exp $");
#ifdef __FBSDID
__FBSDID("$FreeBSD: head/usr.bin/sed/compile.c 259132 2013-12-09 18:57:20Z eadler $");
#endif
+#if 0
+static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93";
+#endif
+
#include <sys/types.h>
#include <sys/stat.h>
diff -r ece78319515a -r 2a60120627fd usr.bin/sed/main.c
--- a/usr.bin/sed/main.c Thu Jun 26 01:46:03 2014 +0000
+++ b/usr.bin/sed/main.c Thu Jun 26 02:14:32 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.29 2014/06/21 21:05:54 christos Exp $ */
+/* $NetBSD: main.c,v 1.30 2014/06/26 02:14:32 christos Exp $ */
/*-
* Copyright (c) 2013 Johann 'Myrkraverk' Oskarsson.
@@ -39,7 +39,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: main.c,v 1.29 2014/06/21 21:05:54 christos Exp $");
+__RCSID("$NetBSD: main.c,v 1.30 2014/06/26 02:14:32 christos Exp $");
#ifdef __FBSDID
__FBSDID("$FreeBSD: head/usr.bin/sed/main.c 252231 2013-06-26 04:14:19Z pfg $");
#endif
@@ -49,6 +49,10 @@
The Regents of the University of California. All rights reserved.");
#endif
+#if 0
+static const char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/3/94";
+#endif
+
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/param.h>
diff -r ece78319515a -r 2a60120627fd usr.bin/sed/misc.c
--- a/usr.bin/sed/misc.c Thu Jun 26 01:46:03 2014 +0000
+++ b/usr.bin/sed/misc.c Thu Jun 26 02:14:32 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.14 2014/06/06 21:56:39 wiz Exp $ */
+/* $NetBSD: misc.c,v 1.15 2014/06/26 02:14:32 christos Exp $ */
/*-
* Copyright (c) 1992 Diomidis Spinellis.
@@ -38,11 +38,15 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: misc.c,v 1.14 2014/06/06 21:56:39 wiz Exp $");
+__RCSID("$NetBSD: misc.c,v 1.15 2014/06/26 02:14:32 christos Exp $");
#ifdef __FBSDID
__FBSDID("$FreeBSD: head/usr.bin/sed/misc.c 200462 2009-12-13 03:14:06Z delphij $");
#endif
+#if 0
+static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93";
+#endif
+
#include <sys/types.h>
#include <err.h>
diff -r ece78319515a -r 2a60120627fd usr.bin/sed/process.c
--- a/usr.bin/sed/process.c Thu Jun 26 01:46:03 2014 +0000
+++ b/usr.bin/sed/process.c Thu Jun 26 02:14:32 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: process.c,v 1.44 2014/06/09 12:48:58 christos Exp $ */
+/* $NetBSD: process.c,v 1.45 2014/06/26 02:14:32 christos Exp $ */
/*-
* Copyright (c) 1992 Diomidis Spinellis.
@@ -38,11 +38,15 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: process.c,v 1.44 2014/06/09 12:48:58 christos Exp $");
+__RCSID("$NetBSD: process.c,v 1.45 2014/06/26 02:14:32 christos Exp $");
#ifdef __FBSDID
__FBSDID("$FreeBSD: head/usr.bin/sed/process.c 192732 2009-05-25 06:45:33Z brian $");
#endif
+#if 0
+static const char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94";
+#endif
+
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
Home |
Main Index |
Thread Index |
Old Index