mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0ad8957a8e
Submitted by: max@sfc.wide.ad.jp
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
*** pico/os_unix.c Thu Aug 11 21:13:34 1994
|
|
--- pico/os_unix.c Fri Sep 2 02:35:45 1994
|
|
***************
|
|
*** 952,956 ****
|
|
--- 952,958 ----
|
|
int err;
|
|
{
|
|
+ #ifndef __FreeBSD__
|
|
extern char *sys_errlist[];
|
|
+ #endif
|
|
extern int sys_nerr;
|
|
|