Subject: Re: sys_errlist
To: Denis St-Amand <dsa@dsa.net>
From: Brad Salai <bsalai@servtech.com>
List: port-mac68k
Date: 12/28/1996 19:13:21
> 
> -c mod_std.c
> 
> <color><param>FFFF,0000,0000</param>mod_std.c:57: conflicting types for
> `sys_errlist'
> 
> /usr/include/errno.h:48: previous declaration of `sys_errlist'
> 
> *** Error code 1
> 
You can get past this by commenting out line 57 in mod_std.c

do the same thing if it happens again. There may be a more
elegant way to fix this, but this will work for you.

Brad