mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 23:20:30 -04:00
15 lines
405 B
Text
15 lines
405 B
Text
--- 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>
|