1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/audio/kmpg/files/patch-ag

16 lines
405 B
Plaintext
Raw Normal View History

--- kmpg.h.orig Thu May 14 19:20:37 1998
+++ kmpg.h Thu May 14 19:20:55 1998
@@ -24,10 +24,10 @@
#include <signal.h>
#include <sys/utsname.h>
#include <unistd.h>
-#if defined(_FreeBSD__) || defined(__NetBSD__)
+#if defined(__FreeBSD__) || defined(__NetBSD__)
#else
#include <mntent.h>
-#include <sys/soundcard.h>
+#include <machine/soundcard.h>
#endif
#include <sys/types.h>
#include <sys/stat.h>