freebsd-ports/audio/s3mod/files/patch-af
Ying-Chieh Liao e22dc21f08 - Support MAKE properly
- Support install macros
- Apply to 'one file per patch' convention
- Add WWW: line

PR:		24667
Submitted by:	tkato@prontomail.ne.jp
2001-01-28 03:50:57 +00:00

21 lines
475 B
Plaintext

--- gus.h.orig Sun Oct 22 05:06:38 1995
+++ gus.h Sat Jan 27 15:21:29 2001
@@ -26,7 +26,7 @@
#ifndef _GUS_H
#define _GUS_H
-#include <sys/soundcard.h>
+#include <machine/soundcard.h>
#define ERR_SEQUENCER 51
#define ERR_NOGUS 53
@@ -41,7 +41,7 @@
extern unsigned char _seqbuf[];
extern int _seqbuflen, _seqbufptr;
-unsigned short base_freq_table[];
+unsigned short base_freq_table[16];
extern unsigned int gus_total_mem;
int gus_mem_free(int dev);