Mercurial > gftp.yaz
diff ChangeLog @ 435:89097f3a4906
2004-3-18 Brian Masney <masneyb@gftp.org>
* lib/gftp.h configure.in - #define _LARGEFILE_SOURCE if sizeof(off_t)
is greater than 4 and _LARGEFILE_SOURCE is not defined.
_LARGEFILE_SOURCE does not get defined under *BSD
| author | masneyb |
|---|---|
| date | Thu, 18 Mar 2004 14:38:07 +0000 |
| parents | f2e7b8218558 |
| children | ef3ea9f70d8a |
line wrap: on
line diff
--- a/ChangeLog Thu Mar 18 12:01:57 2004 +0000 +++ b/ChangeLog Thu Mar 18 14:38:07 2004 +0000 @@ -1,4 +1,8 @@ 2004-3-18 Brian Masney <masneyb@gftp.org> + * lib/gftp.h configure.in - #define _LARGEFILE_SOURCE if sizeof(off_t) + is greater than 4 and _LARGEFILE_SOURCE is not defined. + _LARGEFILE_SOURCE does not get defined under *BSD + * lib/local.c (local_{get,put}_file) - compiling fix for FreeBSD. _LARGEFILE_SOURCE is defined, but O_LARGEFILE is not defined @@ -2322,7 +2326,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.241 2004/03/18 12:01:56 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.242 2004/03/18 14:38:06 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
