summaryrefslogtreecommitdiff
path: root/print/jcabc2ps/patches/patch-music_c
blob: b79cbe5faacf658e991ae28be3f8a8597c3d6596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-music_c,v 1.2 2012/11/19 03:04:22 joerg Exp $

Use standard headers.

--- music.c.orig	2006-01-06 22:49:30.000000000 +0000
+++ music.c
@@ -5,6 +5,7 @@
  */
 
 #include <string.h>
+#include <stdlib.h>
 #include <ctype.h>
 
 #include "jcabc2ps.h"
@@ -5155,7 +5156,7 @@ void doLine(fp,type,xref_str,npat,pat,se
 	}
 }
 
-dummy() {return;}
+void dummy() {return;}
 
 Str  line = {0};