summaryrefslogtreecommitdiff
path: root/net/gnomemeeting/files/patch-aj
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-10-27 17:28:17 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-10-27 17:28:17 +0000
commita5891ea07bfe40c0b8314d86abc4f36b5b71913c (patch)
tree324e20f45db2361c1c7eebc740f6f018468e8af2 /net/gnomemeeting/files/patch-aj
parentUpgrade to 6.10.20021015. (diff)
Remove patch files no longer needed. Reported by Lucas Wilcox
Notes
Notes: svn path=/head/; revision=68937
Diffstat (limited to '')
-rw-r--r--net/gnomemeeting/files/patch-aj16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/gnomemeeting/files/patch-aj b/net/gnomemeeting/files/patch-aj
deleted file mode 100644
index 6445f03323ff..000000000000
--- a/net/gnomemeeting/files/patch-aj
+++ /dev/null
@@ -1,16 +0,0 @@
-*** src/audio.h.orig Wed Sep 4 11:50:39 2002
---- src/audio.h Wed Sep 4 12:02:00 2002
-***************
-*** 35,41 ****
---- 35,45 ----
- #include <linux/soundcard.h>
- #endif
- #ifdef __FreeBSD__
-+ #if (__FreeBSD__ >=5)
-+ #include <sys/soundcard.h>
-+ #else
- #include <machine/soundcard.h>
-+ #endif
- #endif
-
- #include <sys/ioctl.h>