summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-09-09 06:49:49 +0000
committerimp <imp@FreeBSD.org>2009-09-09 06:49:49 +0000
commitfd99fe8f3671fc79b2aeb28bb99262d7d2ee2316 (patch)
treeb1bc9b6ff5f3755469d188cf6ab999f1a4e63d86 /sys
parentf44ea64745d859e498568576f62e9248974ade60 (diff)
downloadFreeBSD-src-fd99fe8f3671fc79b2aeb28bb99262d7d2ee2316.zip
FreeBSD-src-fd99fe8f3671fc79b2aeb28bb99262d7d2ee2316.tar.gz
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...
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/imgact_aout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h
index 1c1596f..c386c1b 100644
--- a/sys/sys/imgact_aout.h
+++ b/sys/sys/imgact_aout.h
@@ -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 */
OpenPOWER on IntegriCloud