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
Thomas Gellekum e7c7b56ee8 Import of xvnews, an OpenLook newsreader.
Closes PR 1525.

Submitted by:	Andreas Kohout <shanee@rabbit.augusta.de>
1996-11-25 09:53:06 +00:00

37 lines
717 B
Plaintext

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