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)
commit898bc853c79a8a8506f39c6f57a7febe98b6afe4
tree730597ae4d82f7f0c8496528d7580e5cba59f2d5
parent6a471c368b128394153c13c6d8f55cf0855f5779
Changed strdup() in strdup.c to take a _const_ char*.  Don't know why this
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.
ChangeLog
sbr/strdup.c