kern_execve.c hasn't been around in ages, so update the file(s) where

a_magic is used instead of the a_midmag....

# maybe we can retire this hack soon...
This commit is contained in:
imp 2009-09-09 06:49:49 +00:00
parent f44ea64745
commit fd99fe8f36

View File

@ -119,7 +119,7 @@ struct exec {
uint32_t a_trsize; /* text relocation size */
uint32_t a_drsize; /* data relocation size */
};
#define a_magic a_midmag /* XXX Hack to work with current kern_execve.c */
#define a_magic a_midmag /* XXX Hack to work with imgact_{aout,gzip}.c */
/* a_magic */
#define OMAGIC 0407 /* old impure format */