--- agent/filter/logfile.c.orig Fri Apr 18 16:20:26 1997 +++ agent/filter/logfile.c Fri Apr 18 16:41:06 1997 @@ -68,6 +68,9 @@ #include /* Try this one in last resort */ #endif #endif +#ifdef I_SYS_PARAM +# include +#endif #include "confmagic.h" @@ -220,8 +223,10 @@ */ #ifdef HAS_SYS_ERRLIST +#if !(defined(BSD) && (BSD >= 199306)) extern int sys_nerr; /* Size of sys_errlist[] */ extern char *sys_errlist[]; /* Maps error code to string */ +#endif #endif #ifdef HAS_STRERROR