Arla 0.26 on FreeBSD 3.2

Michael Sperber [Mr. Preprocessor] sperber at Informatik.Uni-Tuebingen.De
Mon Aug 16 17:03:04 CEST 1999


Arla 0.26 needs the following patch to work under FreeBSD 3.2.  I'm
not sure this also applies to other BSD's.



--- xfs/bsd/xfs_vfsops-bsd.c.orig	Thu Aug 12 14:26:13 1999
+++ xfs/bsd/xfs_vfsops-bsd.c	Thu Aug 12 14:26:17 1999
@@ -167,7 +167,7 @@
         if (error)
             return error;
 	
-	xfs_do_vget(vp, 0, current);
+	xfs_do_vget(vp, 0, curproc);
 
     } else {
 	/* XXX access ? */
@@ -175,7 +175,7 @@
 
 	/* XXX wrong ? (we tell arla below) */
         if (vp->v_usecount <= 0) 
-	    xfs_do_vget(vp, 0, current);
+	    xfs_do_vget(vp, 0, curproc);
 	else
 	    VREF(vp);
 	error = 0;



-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla





More information about the Arla-drinkers mailing list