diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:47:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:47:46 +0000 |
commit | 71b740881049601ab6967d14af706ad99324a82c (patch) | |
tree | 60bd1ccfd5ca6e6ceab222f3c014341bb23ae9b4 /audio/gmixer | |
parent | 247ba50f68a57889ce13c3beabe337a348a0dc39 (diff) | |
download | ports-71b740881049601ab6967d14af706ad99324a82c.tar.gz ports-71b740881049601ab6967d14af706ad99324a82c.zip |
Notes
Diffstat (limited to 'audio/gmixer')
-rw-r--r-- | audio/gmixer/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/gmixer/files/patch-ab b/audio/gmixer/files/patch-ab index 2be423772f31..48318174d56b 100644 --- a/audio/gmixer/files/patch-ab +++ b/audio/gmixer/files/patch-ab @@ -1,11 +1,11 @@ ---- gmixer.c.orig Thu Feb 25 21:32:29 1999 -+++ gmixer.c Thu Feb 25 21:32:48 1999 +--- gmixer.c.orig Mon Feb 22 08:11:10 1999 ++++ gmixer.c Sat Sep 7 16:53:26 2002 @@ -4,7 +4,7 @@ #include <fcntl.h> #include <unistd.h> #include <sys/ioctl.h> -#include <linux/soundcard.h> -+#include <machine/soundcard.h> ++#include <sys/soundcard.h> #include <gtk/gtk.h> #include "icons/gmixer.xpm" #include "icons/mix_logo.xpm" |