Fix oversights.

This commit is contained in:
Ralf Corsepius
2007-03-17 07:41:45 +00:00
parent 8976329ff8
commit 0d88a77198
+2 -2
View File
@@ -88,8 +88,8 @@ int ureadc(int, struct uio *);
void *hashinit(int count, int type, u_long *hashmask);
void *phashinit(int count, int type, u_long *nentries);
void panic(const char *, ...)) __dead2;
void boot(int)) __dead2;
void panic(const char *, ...) __dead2;
void boot(int) __dead2;
void cpu_boot(int);
void tablefull(const char *);
int addlog(const char *, ...);