Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/shmif_dumpbus RCS Id police stings again!



details:   https://anonhg.NetBSD.org/src/rev/7ca24f95b545
branches:  trunk
changeset: 325362:7ca24f95b545
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Dec 20 09:36:03 2013 +0000

description:
RCS Id police stings again!

diffstat:

 usr.bin/shmif_dumpbus/shmif_dumpbus.c |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r e5e0c874cddb -r 7ca24f95b545 usr.bin/shmif_dumpbus/shmif_dumpbus.c
--- a/usr.bin/shmif_dumpbus/shmif_dumpbus.c     Fri Dec 20 09:32:13 2013 +0000
+++ b/usr.bin/shmif_dumpbus/shmif_dumpbus.c     Fri Dec 20 09:36:03 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: shmif_dumpbus.c,v 1.9 2013/12/20 09:32:13 pooka Exp $  */
+/*     $NetBSD: shmif_dumpbus.c,v 1.10 2013/12/20 09:36:03 pooka Exp $ */
 
 /*-
  * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
@@ -30,6 +30,10 @@
  * examined with tcpdump -r, wireshark, etc.
  */
 
+#ifndef lint
+__RCSID("$NetBSD: shmif_dumpbus.c,v 1.10 2013/12/20 09:36:03 pooka Exp $");
+#endif /* !lint */
+
 #include <sys/types.h>
 #include <sys/mman.h>
 #include <sys/stat.h>



Home | Main Index | Thread Index | Old Index