summaryrefslogtreecommitdiff
path: root/audio/cam/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cam/patches/patch-ab')
-rw-r--r--audio/cam/patches/patch-ab20
1 files changed, 11 insertions, 9 deletions
diff --git a/audio/cam/patches/patch-ab b/audio/cam/patches/patch-ab
index f3e541a5910..b9dfba9d15c 100644
--- a/audio/cam/patches/patch-ab
+++ b/audio/cam/patches/patch-ab
@@ -1,17 +1,19 @@
-$NetBSD: patch-ab,v 1.3 1998/08/07 10:35:54 agc Exp $
+$NetBSD: patch-ab,v 1.4 1999/07/06 07:54:06 jlam Exp $
-diff -u ../../work/cam-1.02/cam.h ./cam.h
---- ../../work/cam-1.02/cam.h Wed Oct 29 18:59:27 1997
-+++ ./cam.h Wed Oct 29 18:43:33 1997
-@@ -23,8 +23,10 @@
+diff -ru ../cam-1.02-virgin/cam.h ./cam.h
+--- ../cam-1.02-virgin/cam.h Mon Oct 21 13:08:08 1996
++++ ./cam.h Sun Nov 10 12:19:52 1996
+@@ -23,7 +23,13 @@
#include <stdio.h>
#include <ncurses.h>
#include <signal.h>
--#ifdef __FreeBSD__
+#if defined(__FreeBSD__)
- #include <machine/soundcard.h>
++#include <machine/soundcard.h>
+#elif defined(__NetBSD__)
+#include <soundcard.h>
- #else
++#else
#include <sys/soundcard.h>
- #endif
++#endif
+ #include <fcntl.h>
+
+ #include "sounds.h"