Changed strdup() in strdup.c to take a _const_ char*. Don't know why this
authorDan Harkless <dan@harkless.org>
Tue, 14 Mar 2000 20:50:19 +0000 (20:50 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 14 Mar 2000 20:50:19 +0000 (20:50 +0000)
didn't hit anyone before, but I wasn't able to compile on Solaris 2.6 without
doing this, due to a "previous declaration" error.


No differences found