diff options
author | 1996-04-21 22:14:33 +0000 | |
---|---|---|
committer | 1996-04-21 22:14:33 +0000 | |
commit | d724e01ae4dac35949585b9083e28ff2ba35b0b5 (patch) | |
tree | 37282f1ae947a4e9508b73ff86cad13f75eb9860 /sys/kern/init_main.c | |
parent | no need to remove limits.h; another workaround exists (diff) | |
download | wireguard-openbsd-d724e01ae4dac35949585b9083e28ff2ba35b0b5.tar.xz wireguard-openbsd-d724e01ae4dac35949585b9083e28ff2ba35b0b5.zip |
partial sync with netbsd 960418, more to come
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r-- | sys/kern/init_main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 64a05f5d3e7..3ab7d0d4008 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,5 +1,5 @@ -/* $OpenBSD: init_main.c,v 1.4 1996/03/03 17:19:39 niklas Exp $ */ -/* $NetBSD: init_main.c,v 1.82 1996/02/09 18:59:21 christos Exp $ */ +/* $OpenBSD: init_main.c,v 1.5 1996/04/21 22:26:50 deraadt Exp $ */ +/* $NetBSD: init_main.c,v 1.83 1996/04/04 00:26:28 cgd Exp $ */ /* * Copyright (c) 1995 Christopher G. Demetriou. All rights reserved. @@ -180,6 +180,7 @@ main(framep) vm_mem_init(); kmeminit(); disk_init(); /* must come before autoconfiguration */ + config_init(); /* init autoconfiguration data structures */ cpu_startup(); /* |