Edit

IABSD.fr/src/include

Branch :

  • Show log

    Commit

  • Author : miod
    Date : 2024-10-16 18:47:47
    Hash : ce166376
    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@