Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci redundant include
details: https://anonhg.NetBSD.org/src/rev/64f745d5ffd0
branches: trunk
changeset: 969270:64f745d5ffd0
user: sevan <sevan%NetBSD.org@localhost>
date: Thu Feb 13 23:05:53 2020 +0000
description:
redundant include
diffstat:
sys/dev/pci/if_rge.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r aba68c21f45e -r 64f745d5ffd0 sys/dev/pci/if_rge.c
--- a/sys/dev/pci/if_rge.c Thu Feb 13 22:48:11 2020 +0000
+++ b/sys/dev/pci/if_rge.c Thu Feb 13 23:05:53 2020 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index