aboutsummaryrefslogtreecommitdiff
path: root/ftp/gftp/files/patch-lib::misc.c
blob: 3528163fcb5eea12d4b92215c6341c2dfeb99d82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- lib/misc.c.orig	Sat Nov  8 13:23:20 2003
+++ lib/misc.c	Mon Nov 10 18:45:34 2003
@@ -21,8 +21,9 @@
 
 #include "gftp.h"
 #include "options.h"
+#include "osreldate.h"
 
-#ifdef _GNU_SOURCE
+#if defined(_GNU_SOURCE) && __FreeBSD_version > 500000
 
 char *
 insert_commas (off_t number, char *dest_str, size_t dest_len)