Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci remove stray line accidentally committed.



details:   https://anonhg.NetBSD.org/src/rev/760d8e5cf951
branches:  trunk
changeset: 329303:760d8e5cf951
user:      christos <christos%NetBSD.org@localhost>
date:      Sun May 18 18:43:46 2014 +0000

description:
remove stray line accidentally committed.

diffstat:

 sys/dev/pci/if_de.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6af059eb1925 -r 760d8e5cf951 sys/dev/pci/if_de.c
--- a/sys/dev/pci/if_de.c       Sun May 18 18:28:48 2014 +0000
+++ b/sys/dev/pci/if_de.c       Sun May 18 18:43:46 2014 +0000
@@ -1,5 +1,4 @@
-/*     $NetBSD: if_de.c,v 1.142 2014/03/29 19:28:24 christos Exp $     */
-       char intrbuf[PCI_INTRSTR_LEN];
+/*     $NetBSD: if_de.c,v 1.143 2014/05/18 18:43:46 christos Exp $     */
 
 /*-
  * Copyright (c) 1994-1997 Matt Thomas (matt%3am-software.com@localhost)
@@ -38,7 +37,7 @@
  *   board which support 21040, 21041, or 21140 (mostly).
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.142 2014/03/29 19:28:24 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.143 2014/05/18 18:43:46 christos Exp $");
 
 #define        TULIP_HDR_DATA
 



Home | Main Index | Thread Index | Old Index