diff options
Diffstat (limited to 'misc/hotkeys/files/patch-src-hotkeys.c')
-rw-r--r-- | misc/hotkeys/files/patch-src-hotkeys.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/misc/hotkeys/files/patch-src-hotkeys.c b/misc/hotkeys/files/patch-src-hotkeys.c index 66a1c71c03db..04c34adb6311 100644 --- a/misc/hotkeys/files/patch-src-hotkeys.c +++ b/misc/hotkeys/files/patch-src-hotkeys.c @@ -1,5 +1,14 @@ --- src/hotkeys.c.orig Tue Dec 3 14:26:32 2002 -+++ src/hotkeys.c Sun May 11 22:56:06 2003 ++++ src/hotkeys.c Wed Jun 11 23:54:54 2003 +@@ -54,7 +54,7 @@ + #include <fcntl.h> + #include <sys/ioctl.h> + #if defined (__FreeBSD__) +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #else + # if defined (__NetBSD__) || defined (__OpenBSD__) + # include <soundcard.h> /* OSS emulation */ @@ -66,9 +66,9 @@ #endif /* __FreeBSD__ */ |