Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cobalt/include Change prototype of lookup_bootinfo(...
details: https://anonhg.NetBSD.org/src/rev/718f277f4887
branches: trunk
changeset: 750410:718f277f4887
user: he <he%NetBSD.org@localhost>
date: Wed Dec 30 18:39:03 2009 +0000
description:
Change prototype of lookup_bootinfo() so that it matches the
implementation again.
diffstat:
sys/arch/cobalt/include/bootinfo.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 41268270fd39 -r 718f277f4887 sys/arch/cobalt/include/bootinfo.h
--- a/sys/arch/cobalt/include/bootinfo.h Wed Dec 30 18:33:53 2009 +0000
+++ b/sys/arch/cobalt/include/bootinfo.h Wed Dec 30 18:39:03 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootinfo.h,v 1.8 2009/12/17 15:29:47 matt Exp $ */
+/* $NetBSD: bootinfo.h,v 1.9 2009/12/30 18:39:03 he Exp $ */
/*
* Copyright (c) 1997, 2000-2004
@@ -75,7 +75,7 @@
};
#ifdef _KERNEL
-void *lookup_bootinfo(int);
+void *lookup_bootinfo(unsigned int);
#endif
#endif /* !_COBALT_BOOTINFO_H_ */
Home |
Main Index |
Thread Index |
Old Index