File: 34_syscalls_types.patch

package info (click to toggle)
qemu 0.8.2-4etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 8,404 kB
  • ctags: 27,580
  • sloc: ansic: 178,992; sh: 914; objc: 613; perl: 306; makefile: 287; asm: 152
file content (11 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#DPATCHLEVEL=0
--- linux-user/syscall.c.orig	2005-07-23 01:55:22.169404147 +0300
+++ linux-user/syscall.c	2005-07-23 01:52:31.157924629 +0300
@@ -17,6 +17,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
+#include <linux/types.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdarg.h>