diff options
Diffstat (limited to 'news/xvnews/files/patch-aa')
-rw-r--r-- | news/xvnews/files/patch-aa | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/news/xvnews/files/patch-aa b/news/xvnews/files/patch-aa new file mode 100644 index 00000000000..4268f1fffb9 --- /dev/null +++ b/news/xvnews/files/patch-aa @@ -0,0 +1,36 @@ +*** ./guide/libguide/gio.c.orig Wed Jul 31 15:09:36 1996 +--- ./guide/libguide/gio.c Wed Jul 31 15:10:58 1996 +*************** +*** 57,63 **** + #else + #include <varargs.h> + #endif +! #include <malloc.h> + #include "guide.h" + #include "gio.h" + +--- 57,63 ---- + #else + #include <varargs.h> + #endif +! #include <stdlib.h> + #include "guide.h" + #include "gio.h" + +*************** +*** 84,90 **** + * System error message definitions. + */ + extern int sys_nerr; +! extern char *sys_errlist[]; + + /* + * Internal function declarations. +--- 84,90 ---- + * System error message definitions. + */ + extern int sys_nerr; +! /*extern char *sys_errlist[];*/ + + /* + * Internal function declarations. |