Subject: Re: Small probs in 11-16 -current (including 1 fix...)
To: Patrick Bridges <patrick@buffy.cs.msstate.edu>
From: J.T. Conklin <conklin@ngai.kaleida.com>
List: netbsd-bugs
Date: 11/17/1993 10:29:05
Patrick> 1. unistd.h has a prototype for confstr, and sys/unistd.h 
Patrick> defines _CS_PATH to 1, but I can find no implmentation
Patrick> for the confstr function...
Patrick> 
Patrick> Bash 1.13.4 wants it. Bash 1.13.4 uses 
Patrick> #if defined(_CS_PATH) ) to determine if it wants to use it...
Patrick> I worked around it. No hurry, just checking...
Patrick> Lemme guess, you haven't gotten around to it?

Chris> i'll leave this for jtc...

I hacked up a quick implementation from my online copy of POSIX.2
(Draft 11.2) and have checked it.  It should be availiable the next
time you syncronize your source tree with -current.

It probably hasn't been changed in the final POSIX.2 draft, but I'll
check that and try to whip up a manual page this evening.

	--jtc

------------------------------------------------------------------------------