--- ./config.h.orig Tue Feb 13 01:48:38 2001 +++ ./config.h Tue Feb 13 01:50:16 2001 @@ -319,7 +319,7 @@ */ #ifndef LF_PATH -#define LF_PATH "/usr/spool/uucp" +#define LF_PATH "/var/lock" #endif /* --- ./SeDecl.h.orig Thu Jul 1 17:01:39 1993 +++ ./SeDecl.h Tue Feb 13 01:50:16 2001 @@ -124,7 +124,7 @@ PortToTty(), do_exit(), get_line(), - getline(), + seyon_getline(), lc_word(), toggle_flag(), cpmode(), --- ./SeScript.c.orig Thu Jul 1 17:01:42 1993 +++ ./SeScript.c Tue Feb 13 01:50:16 2001 @@ -145,7 +145,7 @@ { int i; - getline(script_fp); + seyon_getline(script_fp); if (eof_flag) return; @@ -335,7 +335,7 @@ rewind(script_fp); while (!found) { - getline(script_fp); + seyon_getline(script_fp); if (eof_flag) break; --- ./SeSupp.c.orig Thu Jul 1 17:01:41 1993 +++ ./SeSupp.c Tue Feb 13 01:50:16 2001 @@ -198,7 +198,7 @@ */ void -getline(fp) +seyon_getline(fp) FILE *fp; { int l;