diff -c -r seyon/Imakefile Seyon-2.14c/Imakefile
*** seyon/Imakefile	Sat Mar 27 16:20:12 1993
--- Seyon-2.14c/Imakefile	Thu Apr 25 17:18:37 1996
***************
*** 9,15 ****
   */
  
  DEPLIBS = 
! LOCAL_LIBRARIES = XawClientLibs
  
  /* SYS_LIBRARIES = -lm */
  
--- 9,15 ----
   */
  
  DEPLIBS = 
! LOCAL_LIBRARIES = -lXaw3d
  
  /* SYS_LIBRARIES = -lm */
  
diff -c -r seyon/SeDecl.h Seyon-2.14c/SeDecl.h
*** seyon/SeDecl.h	Fri Apr 23 05:09:50 1993
--- Seyon-2.14c/SeDecl.h	Thu Apr 25 18:17:26 1996
***************
*** 225,231 ****
   */
  
  #define VERSION "2.1"
! #define REVISION "4b"
  
  #define SUSPEND_TERM              18
  #define CONTINUE_TERM             19
--- 225,231 ----
   */
  
  #define VERSION "2.1"
! #define REVISION "4c"
  
  #define SUSPEND_TERM              18
  #define CONTINUE_TERM             19
diff -c -r seyon/Seyon.c Seyon-2.14c/Seyon.c
*** seyon/Seyon.c	Wed Apr 21 08:30:47 1993
--- Seyon-2.14c/Seyon.c	Thu Apr 25 17:50:37 1996
***************
*** 36,42 ****
  #define SEYON_EMU_NAME    "seyon-emu"
  
  #include "version.h"
! static char     version[] = "$Revision: 2.14b $";
  
  extern Widget   CreateCommandCenter();
  extern void     SetIcon(),
--- 36,42 ----
  #define SEYON_EMU_NAME    "seyon-emu"
  
  #include "version.h"
! static char     version[] = "$Revision: 2.14c $";
  
  extern Widget   CreateCommandCenter();
  extern void     SetIcon(),
diff -c -r seyon/config.h Seyon-2.14c/config.h
*** seyon/config.h	Wed Apr 21 07:47:48 1993
--- Seyon-2.14c/config.h	Thu Apr 25 17:34:23 1996
***************
*** 309,315 ****
   */
  
  #ifndef LF_PATH
! #define LF_PATH             "/usr/spool/uucp"
  #endif
  
  /* 
--- 309,315 ----
   */
  
  #ifndef LF_PATH
! #define LF_PATH             "/var/lock"
  #endif
  
  /* 
***************
*** 320,325 ****
--- 320,326 ----
  #define LF_PREFIX           "LCK.."
  #else
  #define LF_PREFIX           "LK."
+ #define LF_PREFIX           "LCK.." /* Just in case. */
  #endif
  #endif /* LF_PREFIX */
  
