aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mkisofs-devel/files/patch-ac
blob: 984db22aac204176934b3fc69ddbbbad99e2f29b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- include/schily.h.orig	Mon Aug 30 16:50:46 1999
+++ include/schily.h	Sat Sep 18 17:25:57 1999
@@ -34,7 +34,7 @@
 #define _SCHILY_H
 
 #ifndef _STANDARD_H
-#include <standard.h.h>
+#include <standard.h>
 #endif
 
 #if	defined(_SIZE_T)     || defined(_T_SIZE_) || defined(_T_SIZE) || \
@@ -139,7 +139,7 @@
 extern	int	geterrno __PR((void));
 extern	void	raisecond __PR((const char *, long));
 #ifdef	HAVE_SIZE_T
-extern	int	snprintf __PR((char *, size_t, const char *, ...));
+/*extern	int	snprintf __PR((char *, size_t, const char *, ...));*/
 #endif
 /*extern	int	sprintf __PR((char *, const char *, ...)); ist woanders falsch deklariert !!!*/
 extern	char	*strcatl __PR((char *, ...));