aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/lftp/files/patch-post-config.h
blob: e0aac945107826ae4cd1c9cbaf50c2da32837cd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/post-config.h.orig  Thu Mar 24 18:41:45 2005
+++ include/post-config.h   Mon Apr 18 17:52:16 2005
@@ -142,4 +142,8 @@
 # include "trio.h"
 #endif
 
+#if __FreeBSD__ < 5
+   #define atoll(n)    strtoll((n),NULL,10)
+#endif
+
 #endif /* POST_CONFIG_H */