diff options
author | 2003-06-03 00:38:08 +0000 | |
---|---|---|
committer | 2003-06-03 00:38:08 +0000 | |
commit | c595d3d20ed6d81fb94b8a36b9d186db125d38a6 (patch) | |
tree | e60aa7974e60f9d7cc4efad3df795a2355f3f0fc | |
parent | Kill clause 3 & 4 on some of my code. (diff) | |
download | wireguard-openbsd-c595d3d20ed6d81fb94b8a36b9d186db125d38a6.tar.xz wireguard-openbsd-c595d3d20ed6d81fb94b8a36b9d186db125d38a6.zip |
fix tree after mickey breakage
-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; |