blob: 26fca47dbef5e15cc27a7001f0e857b5751627d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- import/nuv/rtjpeg_plugin.c.orig Fri Nov 30 19:52:41 2001
+++ import/nuv/rtjpeg_plugin.c Sun Dec 16 20:10:54 2001
@@ -23,7 +23,6 @@
#define _LARGEFILE64_SOURCE 1
-#include <features.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
@@ -99,7 +98,7 @@
regions[0].end = -1;
}
- rtjpeg_file=open(tplorg, O_RDONLY|O_LARGEFILE);
+ rtjpeg_file=open(tplorg, O_RDONLY);
if (rtjpeg_file == -1) {
fprintf(stderr, "File not found: %s\n", tplorg);
|