Subject: CVS commit: src/bin/systrace
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/12/2004 11:05:43
Module Name:	src
Committed By:	jdolecek
Date:		Sun Sep 12 11:05:43 UTC 2004

Modified Files:
	src/bin/systrace: netbsd-syscalls.c

Log Message:
use native syscallnames[] array for 'aout' and 'aoutm68k' "emulations" - it's
only used for syscall name <-> number translations, and the native array
is guaranteed to be superset of the former 'aout' and 'aoutm68k' arrays

this re-adds 'aoutm68k' support, and replaces change made in 1.14

g/c #include's which are no longer needed (including aout_syscalls.c), and
also add some comments for the emulations[] array


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/bin/systrace/netbsd-syscalls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.