Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/luna68k Remove a duplicate $NetBSD$.



details:   https://anonhg.NetBSD.org/src/rev/9f6cb8458af6
branches:  trunk
changeset: 551953:9f6cb8458af6
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Sun Sep 14 12:59:33 2003 +0000

description:
Remove a duplicate $NetBSD$.

diffstat:

 sys/arch/luna68k/luna68k/isr.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 01282f2e9bd5 -r 9f6cb8458af6 sys/arch/luna68k/luna68k/isr.c
--- a/sys/arch/luna68k/luna68k/isr.c    Sun Sep 14 12:43:04 2003 +0000
+++ b/sys/arch/luna68k/luna68k/isr.c    Sun Sep 14 12:59:33 2003 +0000
@@ -1,5 +1,4 @@
-/* $NetBSD: isr.c,v 1.6 2002/09/27 15:36:12 provos Exp $ */
-/*     $NetBSD: isr.c,v 1.6 2002/09/27 15:36:12 provos Exp $   */
+/*     $NetBSD: isr.c,v 1.7 2003/09/14 12:59:33 junyoung Exp $ */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -39,7 +38,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.6 2002/09/27 15:36:12 provos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isr.c,v 1.7 2003/09/14 12:59:33 junyoung Exp $");
 
 /*
  * Link and dispatch interrupts.



Home | Main Index | Thread Index | Old Index