--- tcl/tclCmdAH.c.orig Fri Feb 24 22:19:53 1995 +++ tcl/tclCmdAH.c Wed Apr 15 12:26:09 1998 @@ -38,8 +38,14 @@ #include <sys/wait.h> #include "tclInt.h" +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include <sys/param.h> +#endif + extern int errno; +#if !(defined(BSD) && BSD >= 199306) extern long lseek(); +#endif extern char *mktemp(); /*