Put back `waittime' variable.

This commit is contained in:
mycroft 1996-08-10 13:47:54 +00:00
parent 988597c420
commit 5c2e33fc0a
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.66 1996/08/09 10:30:23 mrg Exp $ */
/* $NetBSD: machdep.c,v 1.67 1996/08/10 13:47:54 mycroft Exp $ */
/*
* Copyright (c) 1992, 1993
@ -618,6 +618,8 @@ sys_sigreturn(p, v, retval)
return (EJUSTRETURN);
}
int waittime = -1;
void
boot(howto, user_boot_string)
register int howto;