]> err.no Git - backuppcd/commitdiff
Use _FILE_OFFSET_BITS rather than LARGEFILE support
authorTollef Fog Heen <tfheen@err.no>
Thu, 17 Jul 2008 17:35:02 +0000 (19:35 +0200)
committerTollef Fog Heen <tfheen@err.no>
Thu, 17 Jul 2008 17:35:02 +0000 (19:35 +0200)
backuppcd.c

index a5cc3f8d0882d3bbc63258de59cccd1991b70b11..3e12e7930f95247155386aff95bfa0dc57cc7d13 100644 (file)
@@ -931,7 +931,7 @@ static int backuppc_openfile(struct backuppc_dirent *dent, int flags, mode_t mod
 
        backuppc_pathunmangle(pathname);
 
-       fd = open(pathname, flags | O_LARGEFILE | O_BINARY, mode);
+       fd = open(pathname, flags | O_BINARY, mode);
 
        backuppc_pathmangle(pathname);