--- ray/src/rt/persist.c 1993/01/25 19:17:36 2.5 +++ ray/src/rt/persist.c 1993/01/29 12:02:29 2.6 @@ -9,6 +9,9 @@ static char SCCSid[] = "$SunId$ LBL"; */ #include "standard.h" + +#ifdef F_SETLKW + #include "paths.h" #include #include @@ -193,3 +196,5 @@ io_process() /* just act as conduits to and from actu formerr: error(USER, "format error in persist file"); } + +#endif