File qarecord-0.0.9-wav.diff of Package kalsatools

--- qarecord-0.0.9/wavmix.c
+++ qarecord-0.0.9/wavmix.c
@@ -32,6 +32,7 @@
     display_header(fn[l1]);
   }
   mix32(fn);
+  return (0);
 }
 
 void display_header(char *fn) {
--- qarecord-0.0.9/wavtool.c
+++ qarecord-0.0.9/wavtool.c
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <strings.h>
+#include <string.h>
 
 void display_header(char *fn);
 void trim32(char *fn, int thrs, int pad_start, int pad_end, int fade_start, int fade_end);
@@ -14,6 +14,7 @@
   }
   display_header(argv[1]);
   trim32(argv[1], atoi(argv[2]), atoi(argv[3]), atoi(argv[4]), atoi(argv[5]), atoi(argv[6]));
+  return (0);
 }
 
 void display_header(char *fn) {
openSUSE Build Service is sponsored by