diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 01:11:35 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 01:11:35 +0000 |
commit | b515cf7bd8a0eac7ac1b982eab7eca4f056fe312 (patch) | |
tree | a561ccb02a433f6c9c725366f74af90398a147d5 /misc/muuz/files/patch-ah | |
parent | Fix build on -current (machine/soundcard.h -> sys/soundcard.h) (diff) |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h) and
various compilation fixes to satisfy gcc 3.2
Diffstat (limited to '')
-rw-r--r-- | misc/muuz/files/patch-ah | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/muuz/files/patch-ah b/misc/muuz/files/patch-ah new file mode 100644 index 000000000000..b6eb6dc02e8a --- /dev/null +++ b/misc/muuz/files/patch-ah @@ -0,0 +1,10 @@ +--- version.c.orig Sat Sep 7 17:12:08 2002 ++++ version.c Sat Sep 7 17:12:19 2002 +@@ -2,6 +2,7 @@ + * $Id: version.c,v 1.2 2000/05/19 19:53:32 kline Exp kline $ + */ + #include <stdio.h> ++#include <stdlib.h> + + #define VERSION "0.27.2" + void |