freebsd-ports/misc/muuz/files/patch-ad
Kris Kennaway b515cf7bd8 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) and
various compilation fixes to satisfy gcc 3.2
2002-09-08 01:11:35 +00:00

19 lines
302 B
Text

--- main.c.orig Fri May 19 12:57:58 2000
+++ main.c Sat Sep 7 17:04:30 2002
@@ -80,7 +80,7 @@
*/
/* HERE MAIN XXX */
-void
+int
main(int argc, char *argv[])
{
int ch, perr = 0;
@@ -532,6 +532,7 @@
}
}
+void
usage(char *progname)
{
fprintf(stderr, "Usage: %s: [-hV]\n", progname);