mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9d4e6e7aaa
PR: 7166 Submitted by: Pedro Giffuni <giffunip@asme.org>
15 lines
296 B
Plaintext
15 lines
296 B
Plaintext
*** 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
|
|
|