From 185b52f477cc033a8b4088480a2585bc305b263f Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 23 Aug 2003 19:28:54 +0000 Subject: rename native to aout so we can tell it apart. --- sys/compat/aout/compat_aout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat') 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, -- cgit v1.2.3