Subject: CVS commit: src/distrib/utils/libhack
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 09/14/2005 15:31:18
Module Name:	src
Committed By:	he
Date:		Wed Sep 14 15:31:18 UTC 2005

Modified Files:
	src/distrib/utils/libhack: getgrent.c

Log Message:
pty.o in libutil.a wants to call getgrent_r(), so provide a cheesy
non-reentrant version here in order to avoid linker conflicts when
the rest of this file is attempted linked together with libc's
getgrent.o.

Reviewed by christos.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/distrib/utils/libhack/getgrent.c

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