diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-20 14:52:00 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-02-20 14:52:00 +0000 |
commit | b804ea90ea89990f37f2f428d8e8ebb54d53b701 (patch) | |
tree | 40a2e6ddd489b8516b6f437805b05ae3f9efae6a /sys/kern/vfs_init.c | |
parent | 1a702a374be862f6571bc88af23c8d4ff720a125 (diff) |
Please GCC 2.8's harsher view of good style
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r-- | sys/kern/vfs_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index b91958464e8..44ee11dc760 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_init.c,v 1.7 1997/11/06 05:58:27 csapuntz Exp $ */ +/* $OpenBSD: vfs_init.c,v 1.8 1998/02/20 14:51:59 niklas Exp $ */ /* $NetBSD: vfs_init.c,v 1.6 1996/02/09 19:00:58 christos Exp $ */ /* @@ -75,7 +75,7 @@ extern struct vnodeop_desc *vfs_op_descs[]; */ int vfs_opv_numops; -typedef (*PFI) __P((void *)); +typedef int (*PFI) __P((void *)); /* * A miscellaneous routine. |