CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2024/10/16 12:47:48

Modified files:
        distrib/special/more: more.c 
        include        : a.out.h 
        sys/arch/hppa/stand/mkboot: mkboot.c 
        sys/sys        : exec.h 
        usr.sbin/mopd/common: file.c 
        usr.sbin/mopd/mopa.out: mopa.out.c 

Log message:
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
<sys/exec.h> to <a.out.h>, and update the few userland binaries which really
need these defines (i.e. boot-related tools for old architectures) to
explicitly include <a.out.h> when needed.

"Fine" deraadt@

Reply via email to