Magellan Linux

Contents of /trunk/fam/patches/fam-2.7.0-largefiles.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 326 byte(s)
-import

1 --- fam-2.7.0/common.am 2003-01-19 06:09:08.000000000 -0600
2 +++ fam-2.7.0.largefile/common.am 2005-01-12 19:08:06.462113110 -0600
3 @@ -1,2 +1,5 @@
4 -INCLUDES = @FAM_INC@ -DFAM_CONF=\"@FAM_CONF@\"
5 +INCLUDES = @FAM_INC@ -DFAM_CONF=\"@FAM_CONF@\" \
6 + -D_FILE_OFFSET_BITS=64 \
7 + -D_LARGEFILE64_SOURCE
8 +