Parent Directory | Revision Log | Revision Graph
* Sun Feb 7 2016 Daniel Berteaud <daniel@firewall-services.com> 1.19-8.sme - Rebase patches so it builds on el7 [SME: 9233]
1 | diff -Nur buffer-1.19/buffer.c buffer-1.19-largefile/buffer.c |
2 | --- buffer-1.19/buffer.c 2016-02-07 20:10:22.272433790 +0100 |
3 | +++ buffer-1.19-largefile/buffer.c 2016-02-07 20:12:08.612429023 +0100 |
4 | @@ -113,6 +113,10 @@ |
5 | * Initial revision |
6 | * |
7 | */ |
8 | + |
9 | +#define _FILE_OFFSET_BITS 64 |
10 | +#define _LARGEFILE_SOURCE 1 |
11 | + |
12 | #include <unistd.h> |
13 | #include <stdio.h> |
14 | #include <signal.h> |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |