diff options
Diffstat (limited to 'news/xvnews/files/patch-aa')
-rw-r--r-- | news/xvnews/files/patch-aa | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/news/xvnews/files/patch-aa b/news/xvnews/files/patch-aa deleted file mode 100644 index 4268f1fffb90..000000000000 --- a/news/xvnews/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ -*** ./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. |