1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/mkisofs-devel/files/patch-ac

21 lines
690 B
Plaintext
Raw Normal View History

--- 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 *, ...));