aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/imgact_aout.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-09-09 06:49:49 +0000
committerWarner Losh <imp@FreeBSD.org>2009-09-09 06:49:49 +0000
commitfedf3e9ed3dddb9634b2ff5183512d8d521a0dbe (patch)
treeb1bc9b6ff5f3755469d188cf6ab999f1a4e63d86 /sys/sys/imgact_aout.h
parentefba048eb589d0403e45570940e4dfa1afa9dfac (diff)
downloadsrc-fedf3e9ed3dddb9634b2ff5183512d8d521a0dbe.tar.gz
src-fedf3e9ed3dddb9634b2ff5183512d8d521a0dbe.zip
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...
Notes
Notes: svn path=/head/; revision=197020
Diffstat (limited to 'sys/sys/imgact_aout.h')
-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 1c1596fdcec4..c386c1be9b63 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 */