blob: 39fbe59bbae42904b80658738d2b97fdeadbd977 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/silo/silo_json.c.orig 2014-10-14 00:22:33 UTC
+++ src/silo/silo_json.c
@@ -441,12 +441,8 @@ json_object_from_binary_file(char const
#ifndef SIZEOF_OFF64_T
#error missing definition for SIZEOF_OFF64_T in silo_private.h
#else
-#if SIZEOF_OFF64_T > 4
- struct stat64 s;
-#else
struct stat s;
#endif
-#endif
errno = 0;
memset(&s, 0, sizeof(s));
|