diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-07 10:34:49 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-08-07 10:34:49 +0000 |
commit | 4aad226b61f90c6086a462a1994ce60a259aeee2 (patch) | |
tree | 269bdfe3fa0ee06432165b5895b37632f8ee3eb3 /sys | |
parent | 06582065fc9331bde6c20bf48e1d0dd82756d087 (diff) |
Back that out, I'm too tired to be messing with this.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/device.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/sys/device.h b/sys/sys/device.h index a009615751b..7cb994c8ec9 100644 --- a/sys/sys/device.h +++ b/sys/sys/device.h @@ -1,4 +1,4 @@ -/* $OpenBSD: device.h,v 1.11 1997/08/07 10:22:51 downsj Exp $ */ +/* $OpenBSD: device.h,v 1.12 1997/08/07 10:34:48 downsj Exp $ */ /* $NetBSD: device.h,v 1.15 1996/04/09 20:55:24 cgd Exp $ */ /* @@ -94,9 +94,8 @@ struct cfdata { int cf_flags; /* flags from config */ short *cf_parents; /* potential parents */ int cf_locnames; /* start of names */ - void (**cf_ivstubs)__P((void)); - /* config-generated vectors, if any */ - const char **cf_locnames; /* locator names (machine dependent) */ + void (**cf_ivstubs) /* config-generated vectors, if any */ + __P((void)); }; extern struct cfdata cfdata[]; #define FSTATE_NOTFOUND 0 /* has not been found */ |