Subject: CVS commit: src/sys/arch/amiga/stand/binpatch
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/27/2006 10:53:11
Module Name: src
Committed By: tsutsui
Date: Tue Jun 27 10:53:11 UTC 2006
Modified Files:
src/sys/arch/amiga/stand/binpatch: binpatch.c
Log Message:
volatile void func(decl) -> void func(decl) __attribute__((__noreturn__))
to appease gcc4.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/amiga/stand/binpatch/binpatch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.