Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!UUNET.UU.NET!bsw!adam From: bsw!adam@UUNET.UU.NET (Adam de Boor) Newsgroups: gnu.g++.lib.bug Subject: getwd declaration in std.h incorrect Message-ID: <8904211952.AA05463@promethium.bsw.com> Date: 21 Apr 89 19:52:27 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 4 getwd is declared as taking a const char *. SunOS 3.5, at least, stores the result into that buffer, so it should definitely not be const. a