Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/systat Add $NetBSD$ tag for new files



details:   https://anonhg.NetBSD.org/src/rev/a3cb640d0296
branches:  trunk
changeset: 816925:a3cb640d0296
user:      scole <scole%NetBSD.org@localhost>
date:      Tue Aug 02 17:53:46 2016 +0000

description:
Add $NetBSD$ tag for new files

diffstat:

 usr.bin/systat/convtbl.c |  4 +++-
 usr.bin/systat/convtbl.h |  2 ++
 usr.bin/systat/ifcmds.c  |  4 +++-
 usr.bin/systat/ifstat.c  |  4 +++-
 4 files changed, 11 insertions(+), 3 deletions(-)

diffs (63 lines):

diff -r a7b3b9d7d61a -r a3cb640d0296 usr.bin/systat/convtbl.c
--- a/usr.bin/systat/convtbl.c  Tue Aug 02 17:36:02 2016 +0000
+++ b/usr.bin/systat/convtbl.c  Tue Aug 02 17:53:46 2016 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: convtbl.c,v 1.2 2016/08/02 17:53:46 scole Exp $        */
+
 /*
  * Copyright (c) 2003, Trent Nelson, <trent%arpa.com@localhost>.
  * All rights reserved.
@@ -30,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: convtbl.c,v 1.1 2016/08/02 15:56:09 scole Exp $");
+__RCSID("$NetBSD: convtbl.c,v 1.2 2016/08/02 17:53:46 scole Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
diff -r a7b3b9d7d61a -r a3cb640d0296 usr.bin/systat/convtbl.h
--- a/usr.bin/systat/convtbl.h  Tue Aug 02 17:36:02 2016 +0000
+++ b/usr.bin/systat/convtbl.h  Tue Aug 02 17:53:46 2016 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: convtbl.h,v 1.2 2016/08/02 17:53:46 scole Exp $        */
+
 /*
  * Copyright (c) 2003, Trent Nelson, <trent%arpa.com@localhost>.
  * All rights reserved.
diff -r a7b3b9d7d61a -r a3cb640d0296 usr.bin/systat/ifcmds.c
--- a/usr.bin/systat/ifcmds.c   Tue Aug 02 17:36:02 2016 +0000
+++ b/usr.bin/systat/ifcmds.c   Tue Aug 02 17:53:46 2016 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: ifcmds.c,v 1.2 2016/08/02 17:53:46 scole Exp $ */
+
 /*
  * Copyright (c) 2003, Trent Nelson, <trent%arpa.com@localhost>.
  * All rights reserved.
@@ -30,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ifcmds.c,v 1.1 2016/08/02 15:56:09 scole Exp $");
+__RCSID("$NetBSD: ifcmds.c,v 1.2 2016/08/02 17:53:46 scole Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
diff -r a7b3b9d7d61a -r a3cb640d0296 usr.bin/systat/ifstat.c
--- a/usr.bin/systat/ifstat.c   Tue Aug 02 17:36:02 2016 +0000
+++ b/usr.bin/systat/ifstat.c   Tue Aug 02 17:53:46 2016 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: ifstat.c,v 1.2 2016/08/02 17:53:46 scole Exp $ */
+
 /*
  * Copyright (c) 2003, Trent Nelson, <trent%arpa.com@localhost>.
  * All rights reserved.
@@ -30,7 +32,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ifstat.c,v 1.1 2016/08/02 15:56:09 scole Exp $");
+__RCSID("$NetBSD: ifstat.c,v 1.2 2016/08/02 17:53:46 scole Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index