Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Perry E. Metzger <perry@netbsd.org>
List: source-changes
Date: 12/27/2005 17:21:28
Module Name:	src
Committed By:	perry
Date:		Tue Dec 27 17:21:28 UTC 2005

Modified Files:
	src/include: signal.h stdio.h

Log Message:
inline -> __inline for selected things (specifically, the header
file is POSIX visible and the usage isn't #ifdef _KERNEL)

Discussed with core. I may need to go farther than this but for now
compilations done with gcc -ansi (i.e. firefox) will be okay.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/include/signal.h
cvs rdiff -r1.62 -r1.63 src/include/stdio.h

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