From 157461f00db007d6b7e901dfd2c7309aaa80f935 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 16 Oct 2024 18:47:49 +0000 Subject: a.out is no longer the commonly encountered binary file format, the world has moved to ELF. Move the a.out specific defines and macros, but the MID_xxx values, from to , and update the few userland binaries which really need these defines (i.e. boot-related tools for old architectures) to explicitly include when needed. "Fine" deraadt@ --- distrib/special/more/more.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib') diff --git a/distrib/special/more/more.c b/distrib/special/more/more.c index cd95e25eb0d..9178e888960 100644 --- a/distrib/special/more/more.c +++ b/distrib/special/more/more.c @@ -1,4 +1,4 @@ -/* $OpenBSD: more.c,v 1.41 2019/06/28 13:32:52 deraadt Exp $ */ +/* $OpenBSD: more.c,v 1.42 2024/10/16 18:47:47 miod Exp $ */ /* * Copyright (c) 2003 Todd C. Miller @@ -63,10 +63,10 @@ */ #include -#include #include #include +#include #include #include #include -- cgit v1.2.3