1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.sbin/mopd
miod ce1663765c 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@
2024-10-16 18:47:47 +00:00
..
common a.out is no longer the commonly encountered binary file format, the world has 2024-10-16 18:47:47 +00:00
mopa.out a.out is no longer the commonly encountered binary file format, the world has 2024-10-16 18:47:47 +00:00
mopchk remove unneeded semicolons; checked by millert@ 2024-09-20 02:00:46 +00:00
mopd Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
mopprobe man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
moptrace Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
otherOS spelling fixes; from paul tagliamonte 2022-12-28 21:30:15 +00:00
Makefile
Makefile.inc