Subject: CVS commit: src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/18/2004 20:34:58
Module Name: src
Committed By: thorpej
Date: Fri Jun 18 20:34:58 UTC 2004
Modified Files:
src/lib/libc/gen: pwcache.c
Log Message:
Slight hack to get this building on OS X again: Undo the renaming before
including the host's <pwd.h> to avoid renaming the host's versions of
these functions (which causes a prototype conflict). After <pwd.h> has
been included, then re-apply the renaming.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/lib/libc/gen/pwcache.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.