* posix.c (scm_getpwuid): If we can't find an entry, return our
authorJim Blandy <jimb@red-bean.com>
Sat, 3 Oct 1998 14:10:18 +0000 (14:10 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 3 Oct 1998 14:10:18 +0000 (14:10 +0000)
commit20752a3415cdce8988575b0a0a61f7abd440b794
tree55c726f7cc21162ac5a2d3b05bc4d48fd12de811
parent0553d3a207a04a77bd40cb7b1cf881be4ac3ccf9
* posix.c (scm_getpwuid): If we can't find an entry, return our
own message, instead of using scm_syserror --- the getpwMUMBLE
functions don't set `errno' to anything interesting.
libguile/posix.c