]> git.pld-linux.org Git - packages/strace.git/blame - strace-stat64.patch
- updated to 4.5.3 (better support for NPTL threads)
[packages/strace.git] / strace-stat64.patch
CommitLineData
de4e0a62
JR
1--- strace-4.2/file.c.foo Fri Mar 31 12:44:35 2000
2+++ strace-4.2/file.c Fri Mar 31 12:44:53 2000
3@@ -611,7 +611,7 @@
4 realprintstat(tcp, &statbuf);
5 }
6
7-#ifdef STAT64
8+#ifdef HAVE_STAT64
9 static void
10 printstat64(tcp, addr)
11 struct tcb *tcp;
12@@ -683,7 +683,7 @@
13 else
14 tprintf("...}");
15 }
16-#endif /* STAT64 */
17+#endif /* HAVE_STAT64 */
18
19 #if defined(linux) && !defined(IA64)
20 static void
This page took 0.042192 seconds and 4 git commands to generate.