Subject: Re: kern/32161: m68k a.out emulation broken
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: netbsd-bugs
Date: 05/06/2006 12:00:05
The following reply was made to PR kern/32161; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
To: hauke@Espresso.Rhein-Neckar.DE
Cc: christos@zoulas.com, gnats-bugs@NetBSD.org,
kern-bug-people@NetBSD.org, gnats-admin@NetBSD.org,
netbsd-bugs@NetBSD.org, tsutsui@ceres.dti.ne.jp
Subject: Re: kern/32161: m68k a.out emulation broken
Date: Sat, 6 May 2006 20:55:28 +0900
In article <l03102800c0822f6885d4@q650.causeuse.org>
hauke@Espresso.Rhein-Neckar.DE wrote:
> There is something going amiss - it looks like the generated
> aoutm68k_syscalls.c file is incomplete (cvs HEAD from 2006-05-05):
:
> [hauke@fattie] /<2>usr.bin/kdump > cat
> ../../sys/compat/aoutm68k/aoutm68k_syscalls.c
> /* $NetBSD$ */
>
> /*
> * System call names.
> *
> * DO NOT EDIT-- this file is automatically generated.
How did you checkout it? Checked out files should have proper RCS Id:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/compat/aoutm68k/aoutm68k_syscalls.c?rev=1.16
---
Izumi Tsutsui