1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/news/xvnews/files/patch-aa

37 lines
717 B
Plaintext
Raw Normal View History

*** ./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.