Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: source-changes
Date: 04/17/2006 23:29:21
Module Name:	src
Committed By:	salo
Date:		Mon Apr 17 23:29:21 UTC 2006

Modified Files:
	src/include: ttyent.h
	src/lib/libc: shlib_version
	src/lib/libc/gen: Makefile.inc getttyent.3 getttyent.c
	src/lib/libc/include: namespace.h

Log Message:
Add setttyentpath(), functionally equivalent to setttyent() but takes an
additional argument to read the ttys information from an alternate path
istead of _PATH_TTYS.

Required for upcoming init(8) changes.

Mostly from <apb>.

Bump libc minor.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/include/ttyent.h
cvs rdiff -r1.174 -r1.175 src/lib/libc/shlib_version
cvs rdiff -r1.148 -r1.149 src/lib/libc/gen/Makefile.inc
cvs rdiff -r1.15 -r1.16 src/lib/libc/gen/getttyent.3
cvs rdiff -r1.22 -r1.23 src/lib/libc/gen/getttyent.c
cvs rdiff -r1.114 -r1.115 src/lib/libc/include/namespace.h

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