blob: bc7ca2b3e1f509b06b929dead111c4d3ed666a1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ftrace.c.orig Wed Jan 10 17:38:16 2001
+++ ftrace.c Wed Jan 10 17:36:28 2001
@@ -10,9 +10,10 @@
#include <errno.h>
#include <unistd.h>
#include <string.h>
+#include <sys/types.h>
#ifdef LINUX_GLIBC
-typedef __off64_t off64_t;
+typedef off_t off64_t;
#define _GNU_SOURCE
#endif /* LINUX_GLIBC */
|