summaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-18 22:36:09 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-18 22:36:09 +0000
commitf23b4c91c4fb94e1bb6aeb4e7747f4ccf7767b41 (patch)
tree6b83fdf6eb5926c2f3d175a83d24bf5a2611a012 /sys/kern/init_main.c
parentfa074287a4952da8528838c7812d02678e4c7205 (diff)
Notes
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 7e8c70bf559a..5089576cffff 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)init_main.c 8.9 (Berkeley) 1/21/94
- * $Id$
+ * $Id: init_main.c,v 1.4 1994/08/02 07:41:49 davidg Exp $
*/
#include <sys/param.h>
@@ -304,7 +304,6 @@ main(framep)
/*
* Start update daemon (process 3).
*/
-#ifndef LAPTOP
if (fork(p, (void *) NULL, rval))
panic("failed fork update daemon");
if (rval[1]) {
@@ -315,7 +314,6 @@ main(framep)
vfs_update();
/*NOTREACHED*/
}
-#endif
/* The scheduler is an infinite loop. */
scheduler();