Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/ibus Kill duplicate RCS ID line at top of file.



details:   https://anonhg.NetBSD.org/src/rev/36e8c0347188
branches:  trunk
changeset: 474150:36e8c0347188
user:      ad <ad%NetBSD.org@localhost>
date:      Tue Jun 29 21:00:27 1999 +0000

description:
Kill duplicate RCS ID line at top of file.

diffstat:

 sys/arch/pmax/ibus/ibus_5100.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r adcbf80f8657 -r 36e8c0347188 sys/arch/pmax/ibus/ibus_5100.c
--- a/sys/arch/pmax/ibus/ibus_5100.c    Tue Jun 29 20:32:54 1999 +0000
+++ b/sys/arch/pmax/ibus/ibus_5100.c    Tue Jun 29 21:00:27 1999 +0000
@@ -1,6 +1,4 @@
-/*     $NetBSD: ibus_5100.c,v 1.4 1999/04/24 08:01:09 simonb Exp $     */
-
-/*     $NetBSD: ibus_5100.c,v 1.4 1999/04/24 08:01:09 simonb Exp $     */
+/*     $NetBSD: ibus_5100.c,v 1.5 1999/06/29 21:00:27 ad Exp $ */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -34,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: ibus_5100.c,v 1.4 1999/04/24 08:01:09 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibus_5100.c,v 1.5 1999/06/29 21:00:27 ad Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index