Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/31/2003 22:50:31
Module Name:	src
Committed By:	uwe
Date:		Fri Jan 31 20:50:31 UTC 2003

Modified Files:
	src/lib/libc/gen: getcap.c
	src/tools/compat: compat_defs.h
	src/usr.bin/cap_mkdb: cap_mkdb.c

Log Message:
Avoid cgetcap &co prototypes conflicting with those provided by the host.
With this change we can cross-compile on FreeBSD 4.x.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 src/lib/libc/gen/getcap.c
cvs rdiff -r1.24 -r1.25 src/tools/compat/compat_defs.h
cvs rdiff -r1.16 -r1.17 src/usr.bin/cap_mkdb/cap_mkdb.c

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