*** wrksp.c.orig	Sat Oct 22 15:47:33 1994
--- wrksp.c	Sat Oct 22 15:50:08 1994
***************
*** 19,28 ****
--- 19,37 ----
   *
   */
  
+ #ifdef __FreeBSD__
+ /* stupid definition in stdlib eats us */
+ #define mergesort __beetjuice
+ #endif
+ 
  #include "logo.h"
  #include "globals.h"
  #ifdef ibm
  #include "process.h"
+ #endif
+ 
+ #ifdef __FreeBSD__
+ #undef mergesort
  #endif
  
  char *editor, *editorname;
