diff options
Diffstat (limited to 'sys/arch/sparc64/include/autoconf.h')
-rw-r--r-- | sys/arch/sparc64/include/autoconf.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc64/include/autoconf.h b/sys/arch/sparc64/include/autoconf.h index cdf099f0dfc..079ea8a154a 100644 --- a/sys/arch/sparc64/include/autoconf.h +++ b/sys/arch/sparc64/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.6 2002/03/14 01:26:45 millert Exp $ */ +/* $OpenBSD: autoconf.h,v 1.7 2002/03/14 03:16:00 millert Exp $ */ /* $NetBSD: autoconf.h,v 1.10 2001/07/24 19:32:11 eeh Exp $ */ /*- @@ -168,8 +168,7 @@ int sd_crazymap(int); struct device *parsedisk(char *, int, int, dev_t *); /* Establish a mountroot_hook, for benefit of floppy drive, mostly. */ -void mountroot_hook_establish __P((void (*)(struct device *), - struct device *)); +void mountroot_hook_establish(void (*)(struct device *), struct device *); void bootstrap(int); int firstchild(int); |