Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/03/2004 23:29:05
Module Name:	src
Committed By:	thorpej
Date:		Tue Aug  3 23:29:05 UTC 2004

Modified Files:
	src/distrib/sets/lists/base: shl.mi
	src/include: util.h
	src/lib/libutil: passwd.c pw_init.3 shlib_version

Log Message:
- Rename pw_copy() to pw_copyx(), make it return a success/failure code,
  and add "errbuf" and "errbufsz" parameters so that errors can be handled
  gracefully, rather than simply exiting the process.
- Add a pw_copy() wrapper around pw_copyx() to preserve old behavior for
  apps that use it.
- Bump shlib version to 7.4.


To generate a diff of this commit:
cvs rdiff -r1.277 -r1.278 src/distrib/sets/lists/base/shl.mi
cvs rdiff -r1.31 -r1.32 src/include/util.h
cvs rdiff -r1.35 -r1.36 src/lib/libutil/passwd.c
cvs rdiff -r1.12 -r1.13 src/lib/libutil/pw_init.3
cvs rdiff -r1.33 -r1.34 src/lib/libutil/shlib_version

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