Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Fix the KNF. oops.
details: https://anonhg.NetBSD.org/src/rev/5afefec0d0a5
branches: trunk
changeset: 368827:5afefec0d0a5
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Aug 07 08:19:38 2022 +0000
description:
Fix the KNF. oops.
diffstat:
sys/dev/pci/if_bge.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 56b7fe69d6be -r 5afefec0d0a5 sys/dev/pci/if_bge.c
--- a/sys/dev/pci/if_bge.c Sun Aug 07 08:12:47 2022 +0000
+++ b/sys/dev/pci/if_bge.c Sun Aug 07 08:19:38 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bge.c,v 1.369 2022/08/07 08:12:47 skrll Exp $ */
+/* $NetBSD: if_bge.c,v 1.370 2022/08/07 08:19:38 skrll Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -79,10 +79,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.369 2022/08/07 08:12:47 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.370 2022/08/07 08:19:38 skrll Exp $");
#include <sys/param.h>
-#include <sys/type.h>
+#include <sys/types.h>
#include <sys/callout.h>
#include <sys/device.h>
Home |
Main Index |
Thread Index |
Old Index