--- Imakefile.orig	Wed Jun  3 14:21:51 1998
+++ Imakefile	Wed Jun  3 14:22:08 1998
@@ -26,7 +26,7 @@
 # uncomment the DEFINES definition appropriate for your machine
 # HP will take care of itself ...
 # CCOPTIONS		= -O -DSUNOS 
-CCOPTIONS		= -O2 -DLINUX 
+#CCOPTIONS		= -O2 -DLINUX 
 # CCOPTIONS		= -O -DSVR4 
 # CCOPTIONS		= -O -DAIX 
 #ifdef HPArchitecture
@@ -39,7 +39,7 @@
 # CCOPTIONS		= -O -DCONVEXOS 
 # CCOPTIONS		= -O -DTOS 
 # CCOPTIONS		= -O -DSCO 
-# CCOPTIONS		= -O -DFreeBSD 
+CCOPTIONS		= -DFreeBSD 
 # CCOPTIONS		= -O -DBSDI
 # CCOPTIONS		= -O -DSGI -n32
 # CCOPTIONS		= -O -DDGUX
--- xfsm_util.c.orig	Wed Jun  3 14:22:29 1998
+++ xfsm_util.c	Wed Jun  3 14:25:33 1998
@@ -152,7 +152,7 @@
 		/* *** FreeBSD has fsize which is the physical block size *** */
 		/* *** and bsize which is the optimal transfer block size *** */
 		/* *** and which depends on the filesystem parameter.     *** */
-		calc_bsize=stats[i].f_fsize;
+		calc_bsize=stats[i].f_bsize;
 #endif /* FreeBSD */
 
 	/* *** take the longer of the two 'problematic' strings *** */
