diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1996-09-07 19:13:09 +0000 | 
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1996-09-07 19:13:09 +0000 | 
| commit | 91916800511876342e9247d17a34d4a7516854d3 (patch) | |
| tree | fcb09d941bf6680ce93dd1b6ab912f630d9cd222 | |
| parent | 3306475ad8dcd484ce959eb412b29ce31ec0129c (diff) | |
Notes
| -rw-r--r-- | sys/conf/files | 1 | ||||
| -rw-r--r-- | sys/kern/kern_shutdown.c | 3 | 
2 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files index c9214fa27ed6..15cd728ff799 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -51,7 +51,6 @@ kern/kern_acct.c	standard  kern/kern_clock.c	standard  kern/kern_conf.c	standard  kern/kern_descrip.c	standard -kern/kern_devconf.c	standard  kern/kern_exec.c	standard  kern/kern_exit.c	standard  kern/kern_fork.c	standard diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index 32425265afb0..7507740a68fd 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -36,7 +36,7 @@   * SUCH DAMAGE.   *   *	@(#)kern_shutdown.c	8.3 (Berkeley) 1/21/94 - * $Id: kern_shutdown.c,v 1.4 1996/08/26 21:47:56 julian Exp $ + * $Id: kern_shutdown.c,v 1.5 1996/09/06 23:08:40 phk Exp $   */  #include "opt_ddb.h" @@ -217,7 +217,6 @@ boot(howto)  				vfs_unmountall();  		}  		DELAY(100000);			/* wait for console output to finish */ -		dev_shutdownall(FALSE);  	}  	ep = shutdown_list2;  	while (ep) {  | 
