summaryrefslogtreecommitdiffstats
path: root/sys/sys/device.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-03-15 01:20:03 +0000
committermillert <millert@openbsd.org>2002-03-15 01:20:03 +0000
commit00caae4baf9e792d7b51ca1a041f452d045868fc (patch)
treeb2496c91d9c873ecb4b779c3dd430f13fe53beae /sys/sys/device.h
parentThe previous commit broke the bootblocks, since uvmexp is not available (diff)
downloadwireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.tar.xz
wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.zip
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/sys/device.h')
-rw-r--r--sys/sys/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/device.h b/sys/sys/device.h
index 78618aad39b..fe913dd4a18 100644
--- a/sys/sys/device.h
+++ b/sys/sys/device.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: device.h,v 1.22 2002/03/14 03:16:12 millert Exp $ */
+/* $OpenBSD: device.h,v 1.23 2002/03/15 01:20:04 millert Exp $ */
/* $NetBSD: device.h,v 1.15 1996/04/09 20:55:24 cgd Exp $ */
/*
@@ -110,7 +110,7 @@ struct cfdata {
int cf_flags; /* flags from config */
short *cf_parents; /* potential parents */
int cf_locnames; /* start of names */
- void (**cf_ivstubs) /* config-generated vectors, if any */(void);
+ void (**cf_ivstubs)(void); /* config-generated vectors, if any */
short cf_starunit1; /* 1st usable unit number by STAR */
};
extern struct cfdata cfdata[];