Delete unused misc/getpw.c from libc.
authorGeorge Koehler <xkernigh@netscape.net>
Sat, 28 Oct 2017 18:25:39 +0000 (14:25 -0400)
committerGeorge Koehler <xkernigh@netscape.net>
Sat, 28 Oct 2017 18:25:39 +0000 (14:25 -0400)
commit54028e403ef41769e79cdff5089fad9a74dfa154
tree08ae99d042902d993ca0ddd0ac80cc6fba1ffd0b
parent0a2dfd650d0cb78cb8613dad5c249aca8ff58965
Delete unused misc/getpw.c from libc.

@hexcoder- reported in https://github.com/davidgiven/ack/issues/57
that our getpw() has bugs.

I don't fix these bugs, because Illumos and Linux manual pages say
that getpw() is obsolete.  The function can overflow its buffer, so it
is never safe to use.  Our libc did not build getpw().
lang/cem/libcc.ansi/misc/getpw.c [deleted file]