Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/distrib/utils/libhack
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.
Home |
Main Index |
Thread Index |
Old Index