Subject: CVS commit: basesrc/tools/compat
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/18/2002 18:31:54
Module Name:	basesrc
Committed By:	bjh21
Date:		Thu Apr 18 15:31:53 UTC 2002

Modified Files:
	basesrc/tools/compat: Makefile compat_defs.h config.h.in configure
	    configure.ac
Added Files:
	basesrc/tools/compat: issetugid.c

Log Message:
Add a stub issetugid() for platforms that don't have it.  For now, we assume
that no host program will be installed set-id, so the stub function always
returns 0.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/tools/compat/Makefile
cvs rdiff -r1.9 -r1.10 basesrc/tools/compat/compat_defs.h
cvs rdiff -r1.15 -r1.16 basesrc/tools/compat/config.h.in
cvs rdiff -r1.14 -r1.15 basesrc/tools/compat/configure \
    basesrc/tools/compat/configure.ac
cvs rdiff -r0 -r1.1 basesrc/tools/compat/issetugid.c

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