summaryrefslogtreecommitdiff
path: root/sys/arch/cats/include
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-05-19 04:11:32 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-05-19 04:11:32 +0000
commit757b5ac062ae44ec2edff9c36a5d01de68d93813 (patch)
tree51f48d961ee5660e507b4675b13604332dd0b962 /sys/arch/cats/include
parentb0110d5f84150bee08ac8d665bb666d29f1c83b4 (diff)
de __P of sys/arch/cats.
Diffstat (limited to 'sys/arch/cats/include')
-rw-r--r--sys/arch/cats/include/bootconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/cats/include/bootconfig.h b/sys/arch/cats/include/bootconfig.h
index b5c1a28d815..1940f83d5e9 100644
--- a/sys/arch/cats/include/bootconfig.h
+++ b/sys/arch/cats/include/bootconfig.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootconfig.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */
+/* $OpenBSD: bootconfig.h,v 1.2 2004/05/19 04:11:31 drahn Exp $ */
/* $NetBSD: bootconfig.h,v 1.2 2001/06/21 22:08:28 chris Exp $ */
/*
@@ -67,7 +67,7 @@ extern BootConfig bootconfig;
#define BOOTOPT_TYPE_HEXINT 4
#define BOOTOPT_TYPE_MASK 7
-int get_bootconf_option __P((char *string, char *option, int type, void *result));
+int get_bootconf_option (char *string, char *option, int type, void *result);
extern char *boot_args;
extern char *boot_file;