Module Name:    src
Committed By:   sevan
Date:           Thu Feb 13 23:05:53 UTC 2020

Modified Files:
        src/sys/dev/pci: if_rge.c

Log Message:
redundant include


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/if_rge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_rge.c
diff -u src/sys/dev/pci/if_rge.c:1.5 src/sys/dev/pci/if_rge.c:1.6
--- src/sys/dev/pci/if_rge.c:1.5	Tue Feb  4 07:41:21 2020
+++ src/sys/dev/pci/if_rge.c	Thu Feb 13 23:05:53 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_rge.c,v 1.5 2020/02/04 07:41:21 skrll Exp $	*/
+/*	$NetBSD: if_rge.c,v 1.6 2020/02/13 23:05:53 sevan Exp $	*/
 /*	$OpenBSD: if_rge.c,v 1.2 2020/01/02 09:00:45 kevlo Exp $	*/
 
 /*
@@ -18,9 +18,8 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_rge.c,v 1.5 2020/02/04 07:41:21 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_rge.c,v 1.6 2020/02/13 23:05:53 sevan Exp $");
 
-/* #include "bpfilter.h" Sevan */
 /* #include "vlan.h" Sevan */
 
 #include <sys/types.h>

Reply via email to