From 0b9e1c658d7b55301a76187012541ae7f16a528d Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 22 Jun 2008 22:19:02 +0200 Subject: [PATCH] src/rrd_daemon.c: Remove the declaration of strdup. It's no longer needed as we use Single UNIX stuff now, too. --- src/rrd_daemon.c | 5 ----- 1 file changed, 5 deletions(-) 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 */ -- 2.11.0