View | Details | Raw Unified | Return to bug 54425
Collapse All | Expand All

(-)/tmp/imaze/files/patch-ab (+11 lines)
Line 0 Link Here
1
--- source/fbsd_joystick.c.orig	Sat Jun 28 15:55:30 2003
2
+++ source/fbsd_joystick.c	Sat Jun 28 15:56:01 2003
3
@@ -44,7 +44,7 @@
4
 #include <errno.h>
5
 #include <fcntl.h>
6
 #include <sys/time.h>
7
-#include <machine/joystick.h>
8
+#include <sys/joystick.h>
9
 
10
 #include "argv.h"
11
 #include "global.h"
(-)/tmp/imaze/files/patch-ac (+11 lines)
Line 0 Link Here
1
--- source/voxware_audio.c.orig	Sat Jun 28 15:55:41 2003
2
+++ source/voxware_audio.c	Sat Jun 28 15:56:08 2003
3
@@ -50,7 +50,7 @@
4
 #ifdef linux
5
 #include <linux/soundcard.h>
6
 #else
7
-#include <machine/soundcard.h>
8
+#include <sys/soundcard.h>
9
 #endif
10
 
11
 #include "argv.h"

Return to bug 54425