summaryrefslogtreecommitdiff
path: root/sys/arch/mipsco/include/bootinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mipsco/include/bootinfo.h')
-rw-r--r--sys/arch/mipsco/include/bootinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mipsco/include/bootinfo.h b/sys/arch/mipsco/include/bootinfo.h
index c4b7b36693b..9bbc5ada3ca 100644
--- a/sys/arch/mipsco/include/bootinfo.h
+++ b/sys/arch/mipsco/include/bootinfo.h
@@ -1,4 +1,4 @@
-/* $NetBSD: bootinfo.h,v 1.3 2005/12/11 12:18:13 christos Exp $ */
+/* $NetBSD: bootinfo.h,v 1.4 2009/03/14 14:46:02 dsl Exp $ */
/*
* Copyright (c) 1997, 2000
@@ -66,7 +66,7 @@ struct btinfo_symtab {
};
#ifdef _KERNEL
-void *lookup_bootinfo __P((int));
+void *lookup_bootinfo(int);
#endif
#endif /* !_MIPSCO_BOOTINFO_H_ */