src/rrd_daemon.c: Remove the declaration of strdup.
authorFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 20:19:02 +0000 (22:19 +0200)
committerFlorian Forster <octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 20:19:02 +0000 (22:19 +0200)
It's no longer needed as we use Single UNIX stuff now, too.

src/rrd_daemon.c

index 61e1d9a..d446756 100644 (file)
 # define __attribute__(x) /**/
 #endif
 
-#if 0
-/* FIXME: I don't want to declare strdup myself! */
-extern char *strdup (const char *s);
-#endif
-
 /*
  * Types
  */