forked from Lainports/freebsd-ports
- Support install macros - Apply to 'one file per patch' convention - Add WWW: line PR: 24667 Submitted by: tkato@prontomail.ne.jp
13 lines
288 B
Text
13 lines
288 B
Text
--- gus.c.orig Sun Oct 22 04:14:33 1995
|
|
+++ gus.c Sat Jan 27 15:04:15 2001
|
|
@@ -25,8 +25,8 @@
|
|
|
|
#ifdef GUS
|
|
|
|
-#include <sys/soundcard.h>
|
|
-#include <sys/ultrasound.h>
|
|
+#include <machine/soundcard.h>
|
|
+#include <machine/ultrasound.h>
|
|
#include <unistd.h>
|
|
#include "gus.h"
|
|
#include "mod.h"
|