Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove duplicate lines.



details:   https://anonhg.NetBSD.org/src/rev/5d65727a85de
branches:  trunk
changeset: 551954:5d65727a85de
user:      junyoung <junyoung%NetBSD.org@localhost>
date:      Sun Sep 14 13:01:40 2003 +0000

description:
Remove duplicate lines.

diffstat:

 sys/dev/ic/i82586.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 9f6cb8458af6 -r 5d65727a85de sys/dev/ic/i82586.c
--- a/sys/dev/ic/i82586.c       Sun Sep 14 12:59:33 2003 +0000
+++ b/sys/dev/ic/i82586.c       Sun Sep 14 13:01:40 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i82586.c,v 1.46 2003/01/27 10:35:08 bouyer Exp $       */
+/*     $NetBSD: i82586.c,v 1.47 2003/09/14 13:01:40 junyoung Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -144,13 +144,10 @@
 */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.46 2003/01/27 10:35:08 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.47 2003/09/14 13:01:40 junyoung Exp $");
 
 #include "bpfilter.h"
 
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i82586.c,v 1.46 2003/01/27 10:35:08 bouyer Exp $");
-
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/mbuf.h>



Home | Main Index | Thread Index | Old Index