projects
/
rrdtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb028a
)
src/rrd_daemon.c: Remove the declaration of strdup.
author
Florian Forster
<octo@leeloo.home.verplant.org>
Sun, 22 Jun 2008 20:19:02 +0000
(22:19 +0200)
committer
Florian 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
patch
|
blob
|
history
diff --git
a/src/rrd_daemon.c
b/src/rrd_daemon.c
index
61e1d9a
..
d446756
100644
(file)
--- 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
*/