Module Name:    src
Committed By:   skrll
Date:           Sun Aug  7 07:48:19 UTC 2022

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

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.367 -r1.368 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.367 src/sys/dev/pci/if_bge.c:1.368
--- src/sys/dev/pci/if_bge.c:1.367	Tue Jul 26 14:53:12 2022
+++ src/sys/dev/pci/if_bge.c	Sun Aug  7 07:48:19 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bge.c,v 1.367 2022/07/26 14:53:12 skrll Exp $	*/
+/*	$NetBSD: if_bge.c,v 1.368 2022/08/07 07:48:19 skrll Exp $	*/
 
 /*
  * Copyright (c) 2001 Wind River Systems
@@ -79,9 +79,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.367 2022/07/26 14:53:12 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bge.c,v 1.368 2022/08/07 07:48:19 skrll Exp $");
 
 #include <sys/param.h>
+#include <sys/type.h>
 
 #include <sys/callout.h>
 #include <sys/device.h>

Reply via email to