summaryrefslogtreecommitdiff
path: root/sys/lib/libnetboot/exec.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-10-16 07:57:36 +0000
committercgd <cgd@NetBSD.org>1993-10-16 07:57:36 +0000
commitbf4b776381f0596fde2af3368b0139b1e9dad003 (patch)
tree369feeff71228c6d8754e3af0e3f54fb8fbc0b60 /sys/lib/libnetboot/exec.c
parent7e8063835d44f7041ef13d9110b29cd863a978c4 (diff)
total overhaul. still needs a lot of cleanup though...
Diffstat (limited to 'sys/lib/libnetboot/exec.c')
-rw-r--r--sys/lib/libnetboot/exec.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/lib/libnetboot/exec.c b/sys/lib/libnetboot/exec.c
index b25fea925cc..76b255fc2ec 100644
--- a/sys/lib/libnetboot/exec.c
+++ b/sys/lib/libnetboot/exec.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Header: /cvsroot/src/sys/lib/libnetboot/Attic/exec.c,v 1.1 1993/10/13 05:41:30 cgd Exp $
+ * $Header: /cvsroot/src/sys/lib/libnetboot/Attic/exec.c,v 1.2 1993/10/16 07:57:41 cgd Exp $
*/
#include <sys/param.h>
@@ -47,9 +47,10 @@
#include <a.out.h>
+#include "salibc.h"
+
#include "netboot.h"
#include "netif.h"
-#include "exec_var.h"
char *kern_names[] = {
"netbsd", "onetbsd", "netbsd.old",