summaryrefslogtreecommitdiff
path: root/daemon/rrdbotd.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-01-28 00:17:38 +0000
committerStef Walter <stef@memberwebs.com>2006-01-28 00:17:38 +0000
commitfbfb057e8bed90f73850d8e871e4d70e8fa705ce (patch)
tree920c2a626ddd185176d1d8c14be7b1d7497451d1 /daemon/rrdbotd.c
parentae2e52d578ca1dd78e31beed4c63a9b17ce3bb60 (diff)
Standardize the string functions and search for them properly when configuring on different OSs.
Diffstat (limited to 'daemon/rrdbotd.c')
-rw-r--r--daemon/rrdbotd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemon/rrdbotd.c b/daemon/rrdbotd.c
index 94212b5..a9171e8 100644
--- a/daemon/rrdbotd.c
+++ b/daemon/rrdbotd.c
@@ -46,7 +46,6 @@
#include <bsnmp/asn1.h>
#include <bsnmp/snmp.h>
-#include "stringx.h"
#include "rrdbotd.h"
/* The default command line options */
@@ -172,7 +171,7 @@ rb_vmessage(int level, int err, const char* msg, va_list ap)
/* Cleanup the message a little */
strlcpy(buf, msg, MAX_MSGLEN);
- trim_end(buf);
+ stretrim(buf);
if(err)
{