summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-05-24 17:13:52 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-05-24 17:13:52 +0800
commit1ed55fbc79ffec05b6b89be69b4c216e57d2fe7f (patch)
tree74123b8cc59726f104f23dfcb05b15b513bf0f0c /util
parent5831acf5ff94bb36cd04f096182eafad8240bf9a (diff)
downloadpttbbs-1ed55fbc79ffec05b6b89be69b4c216e57d2fe7f.tar
pttbbs-1ed55fbc79ffec05b6b89be69b4c216e57d2fe7f.tar.gz
pttbbs-1ed55fbc79ffec05b6b89be69b4c216e57d2fe7f.tar.bz2
pttbbs-1ed55fbc79ffec05b6b89be69b4c216e57d2fe7f.tar.lz
pttbbs-1ed55fbc79ffec05b6b89be69b4c216e57d2fe7f.tar.xz
pttbbs-1ed55fbc79ffec05b6b89be69b4c216e57d2fe7f.tar.zst
pttbbs-1ed55fbc79ffec05b6b89be69b4c216e57d2fe7f.zip
- fix compile warning (linux strlcpy)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4469 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/bbsrf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/bbsrf.c b/util/bbsrf.c
index 107923a4..04213caa 100644
--- a/util/bbsrf.c
+++ b/util/bbsrf.c
@@ -7,6 +7,7 @@
#include <pwd.h>
#include <syslog.h>
#include "config.h"
+#include "osdep.h"
#define MAX_REMOTE_IP_LEN 32