summaryrefslogtreecommitdiff
path: root/sysutils/cdrecord/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cdrecord/files/patch-ac')
-rw-r--r--sysutils/cdrecord/files/patch-ac20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/cdrecord/files/patch-ac b/sysutils/cdrecord/files/patch-ac
new file mode 100644
index 000000000000..984db22aac20
--- /dev/null
+++ b/sysutils/cdrecord/files/patch-ac
@@ -0,0 +1,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 *, ...));