Module Name: src Committed By: he Date: Wed Dec 30 18:39:03 UTC 2009
Modified Files: src/sys/arch/cobalt/include: bootinfo.h Log Message: Change prototype of lookup_bootinfo() so that it matches the implementation again. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/cobalt/include/bootinfo.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/cobalt/include/bootinfo.h diff -u src/sys/arch/cobalt/include/bootinfo.h:1.8 src/sys/arch/cobalt/include/bootinfo.h:1.9 --- src/sys/arch/cobalt/include/bootinfo.h:1.8 Thu Dec 17 15:29:47 2009 +++ src/sys/arch/cobalt/include/bootinfo.h Wed Dec 30 18:39:03 2009 @@ -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_ */