diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 18:00:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 18:00:02 +0000 |
commit | cd8cc8071ff2ad81003a23f16fac61debf60153b (patch) | |
tree | a6810dff0623ee603db9fa365f2ee4ce444f0c7b /net/asterisk12/files/patch-apps::app_intercom.c | |
parent | f1fc0166dcb5f66541d9f038fe4255beb9f6324c (diff) |
Update to 1.0.1.
Notes
Notes:
svn path=/head/; revision=119685
Diffstat (limited to 'net/asterisk12/files/patch-apps::app_intercom.c')
-rw-r--r-- | net/asterisk12/files/patch-apps::app_intercom.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk12/files/patch-apps::app_intercom.c b/net/asterisk12/files/patch-apps::app_intercom.c deleted file mode 100644 index e4ac57f8e31b..000000000000 --- a/net/asterisk12/files/patch-apps::app_intercom.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- apps/app_intercom.c.orig Wed Oct 22 06:10:24 2003 -+++ apps/app_intercom.c Fri Jan 30 01:52:03 2004 -@@ -29,7 +29,7 @@ - #ifdef __linux__ - #include <linux/soundcard.h> - #elif defined(__FreeBSD__) --#include <machine/soundcard.h> -+#include <sys/soundcard.h> - #else - #include <soundcard.h> - #endif |