From: Florian Forster Date: Sun, 22 Jun 2008 20:19:02 +0000 (+0200) Subject: src/rrd_daemon.c: Remove the declaration of strdup. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=0b9e1c658d7b55301a76187012541ae7f16a528d;p=rrdtool.git src/rrd_daemon.c: Remove the declaration of strdup. It's no longer needed as we use Single UNIX stuff now, too. --- diff --git a/src/rrd_daemon.c b/src/rrd_daemon.c index 61e1d9a..d446756 100644 --- a/src/rrd_daemon.c +++ b/src/rrd_daemon.c @@ -91,11 +91,6 @@ # define __attribute__(x) /**/ #endif -#if 0 -/* FIXME: I don't want to declare strdup myself! */ -extern char *strdup (const char *s); -#endif - /* * Types */