Fix build with clang

This commit is contained in:
Baptiste Daroussin 2012-08-24 10:24:03 +00:00
parent 0ff48b2c81
commit b05e2f2964
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303068

View File

@ -1,5 +1,14 @@
--- autozen.c.orig Sun Jul 30 15:29:57 2006
+++ autozen.c Sun Jul 30 15:30:05 2006
--- ./autozen.c.orig 2001-09-16 04:09:04.000000000 +0200
+++ ./autozen.c 2012-08-24 12:22:50.546913397 +0200
@@ -27,7 +27,7 @@
/* "The nice thing about standards..." */
#if defined (__FreeBSD__)
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#else
#if defined (__NetBSD__) || defined (__OpenBSD__)
#include <soundcard.h> /* OSS emulation */
@@ -113,7 +113,7 @@
//
/////////////////////////////////
@ -9,3 +18,21 @@
#define MAX_HARMONICS 10
#define DEFAULT_HARMONICS 3
@@ -253,7 +253,7 @@
}
-int CheckSequencer()
+void CheckSequencer()
{
char *token;
int tmp;
@@ -672,7 +672,7 @@
} // end while
-return;
+return(NULL);
}
gint volTimeOut(gpointer data) {