mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
249efab97e
Respect BINOWN and MANOWN. (Changes for this are in patch-ad --- I should have split patch-aa in a separate commit).
16 lines
354 B
Plaintext
16 lines
354 B
Plaintext
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,11 @@
|
|
#include <stdio.h>
|
|
#include <ncurses.h>
|
|
#include <signal.h>
|
|
+#ifdef __FreeBSD__
|
|
+#include <machine/soundcard.h>
|
|
+#else
|
|
#include <sys/soundcard.h>
|
|
+#endif
|
|
#include <fcntl.h>
|
|
|
|
#include "sounds.h"
|