From: Dan Harkless Date: Tue, 14 Mar 2000 20:50:19 +0000 (+0000) Subject: Changed strdup() in strdup.c to take a _const_ char*. Don't know why this X-Git-Tag: nmh-1_0~60 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=898bc853c79a8a8506f39c6f57a7febe98b6afe4;hp=898bc853c79a8a8506f39c6f57a7febe98b6afe4;p=mmh 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. ---