patch to fix compilation on Alpha; from maintainer

closes PR#955
This commit is contained in:
brad 1999-11-22 17:16:10 +00:00
parent 9f5c44af85
commit 55da88e9db

View File

@ -0,0 +1,11 @@
--- include/standard.h.orig Mon Nov 22 11:31:44 1999
+++ include/standard.h Mon Nov 22 11:39:52 1999
@@ -182,7 +182,7 @@
extern int wait_chld __PR((int));
extern int geterrno __PR((void));
extern void raisecond __PR((const char *, long));
-extern int snprintf __PR((char *, unsigned, const char *, ...));
+/*extern int snprintf __PR((char *, unsigned, const char *, ...));*/
/*extern int sprintf __PR((char *, const char *, ...)); ist woanders falsch deklariert !!!*/
extern char *strcatl __PR((char *, ...));
extern int streql __PR((const char *, const char *));