diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 00:38:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 00:38:09 +0000 |
commit | dfe295a53d463cdafc27b9f19aa06c877c1b516d (patch) | |
tree | 9be68d8a422ac368b698595771c57741a659b7b6 /sys/arch/i386 | |
parent | 41568dc30e8f9d1a306361ae62419f9faede71ba (diff) |
fix tree after mickey breakage
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 97f4deb38c6..6f71164863b 100644 --- a/sys/arch/i386/stand/boot/conf.c +++ b/sys/arch/i386/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.21 2003/05/31 00:15:28 weingart Exp $ */ +/* $OpenBSD: conf.c,v 1.22 2003/06/03 00:38:08 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -46,7 +46,6 @@ #include <lib/libsa/unixdev.h> #include <biosdev.h> #include <dev/cons.h> -#include <lib/libsa/exec.h> const char version[] = "2.01"; int debug = 1; |