mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
cad64cdf20
PR: 3867 Submitted by: Paulo Menezes <paulo@isr.uc.pt>
16 lines
480 B
Plaintext
16 lines
480 B
Plaintext
diff -c -r /usr/LOCAL/scilab2.3/work/scilab-2.3/routines/sound/misc.c ./routines/sound/misc.c
|
|
*** /usr/LOCAL/scilab2.3/work/scilab-2.3/routines/sound/misc.c Mon May 12 16:34:27 1997
|
|
--- ./routines/sound/misc.c Fri May 16 20:25:33 1997
|
|
***************
|
|
*** 358,364 ****
|
|
--- 358,366 ----
|
|
{
|
|
static char nomesg[30];
|
|
extern int sys_nerr;
|
|
+ #ifndef __FreeBSD__
|
|
extern char *sys_errlist[];
|
|
+ #endif
|
|
if (errcode < sys_nerr)
|
|
return (sys_errlist[errcode]);
|
|
else
|