diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-23 19:28:54 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2003-08-23 19:28:54 +0000 |
commit | 185b52f477cc033a8b4088480a2585bc305b263f (patch) | |
tree | 19e3c0e9f109d8c8cc586c6be35d7b721b4ae0e7 /sys/compat | |
parent | 0c119ce9d472a733235daa646741925bc3e01db6 (diff) |
rename native to aout so we can tell it apart.
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/aout/compat_aout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/aout/compat_aout.c b/sys/compat/aout/compat_aout.c index 075524cde75..ec86e0158f7 100644 --- a/sys/compat/aout/compat_aout.c +++ b/sys/compat/aout/compat_aout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: compat_aout.c,v 1.1 2003/06/24 22:45:33 espie Exp $ */ +/* $OpenBSD: compat_aout.c,v 1.2 2003/08/23 19:28:53 tedu Exp $ */ /* * Copyright (c) 2003 Marc Espie @@ -39,7 +39,7 @@ extern char sigcode[], esigcode[]; struct sysent aout_sysent[SYS_MAXSYSCALL]; struct emul emul_aout = { - "native", + "aout", NULL, sendsig, SYS_syscall, |