1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/net/gopher/files/patch-ac

15 lines
296 B
Plaintext
Raw Normal View History

*** gopher/gopher.c.orig Wed Jan 22 21:10:11 1997
--- gopher/gopher.c Wed Jan 22 21:11:29 1997
***************
*** 1182,1188 ****
--- 1182,1190 ----
#else
extern int h_errno;
extern int sys_nerr;
+ #ifndef __FreeBSD__
extern char *sys_errlist[];
+ #endif
extern int errno;
#endif