Back out strcpy() -> strncpy() change. Not needed as the array is malloc'd
authormillert <millert@openbsd.org>
Wed, 18 Dec 1996 16:50:07 +0000 (16:50 +0000)
committermillert <millert@openbsd.org>
Wed, 18 Dec 1996 16:50:07 +0000 (16:50 +0000)
commit37783300a95e7099b8afdab27712dbb04c71e457
treeb9df3fda15fb77acdc8cc9347833570ec5d809bc
parent541f6257611450d51d70780e35424058dd5460b3
Back out strcpy() -> strncpy() change.  Not needed as the array is malloc'd
with enough space.  Guess that's why I didn't commit this before ;-)
gnu/usr.bin/ld/ldconfig/ldconfig.c