diff -rc f2c_dist/malloc.c f2c/malloc.c
*** f2c_dist/malloc.c	Wed Nov 29 14:44:58 1995
--- f2c/malloc.c	Sat Jun  1 22:09:19 1996
***************
*** 21,26 ****
--- 21,30 ----
  this software.
  ****************************************************************/
  
+ #ifdef __bsdi__
+ # define CRAY
+ #endif
+ 
  #ifndef CRAY
  #define STACKMIN 512
  #define MINBLK (2*sizeof(struct mem) + 16)
