From a3e06d5cc14804ba5e67bb4538e06718cd494339 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Fri, 18 Sep 1998 01:12:23 +0000 Subject: [PATCH] Use a.out.h to get all the correct bits in one place. --- sys/boot/common/load_aout.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/boot/common/load_aout.c b/sys/boot/common/load_aout.c index 3845a9a17faa..02beed979a89 100644 --- a/sys/boot/common/load_aout.c +++ b/sys/boot/common/load_aout.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: load_aout.c,v 1.3 1998/09/14 18:27:04 msmith Exp $ + * $Id: load_aout.c,v 1.4 1998/09/17 23:52:02 msmith Exp $ */ #include @@ -33,8 +33,7 @@ #include #include #include -#define _AOUT_INCLUDE_ -#include +#include #define FREEBSD_AOUT #include