diff options
Diffstat (limited to 'audio/s3mod/files/patch-gus.h')
-rw-r--r-- | audio/s3mod/files/patch-gus.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/s3mod/files/patch-gus.h b/audio/s3mod/files/patch-gus.h new file mode 100644 index 000000000000..291c9b942e69 --- /dev/null +++ b/audio/s3mod/files/patch-gus.h @@ -0,0 +1,11 @@ +--- gus.h.orig Sat Oct 21 13:06:38 1995 ++++ gus.h Thu Aug 22 20:53:57 2002 +@@ -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); |