Module Name: src
Committed By: skrll
Date: Sun Aug 7 08:19:39 UTC 2022
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
Fix the KNF. oops.
To generate a diff of this commit:
cvs rdiff -u -r1.369 -r1.370 src/sys/dev/pci/if_bge.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_bge.c
diff -u src/sys/dev/pci/if_bge.c:1.369 src/sys/dev/pci/if_bge.c:1.370
--- src/sys/dev/pci/if_bge.c:1.369 Sun Aug 7 08:12:47 2022
+++ src/sys/dev/pci/if_bge.c Sun Aug 7 08:19:38 2022
@@ -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>