Subject: Re: some fallout from getfh...
To: None <ks@ub.uni-mainz.de>
From: Havard Eidnes <he@uninett.no>
List: current-users
Date: 07/13/2006 22:46:43
> > This should be fixed now.
> Yep! Compiles fine now! But there's another glitch:
>
> compile  pecoff/pecoff_misc.o

You could try this patch:

Index: pecoff_misc.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /u/nb/src/sys/compat/pecoff/pecoff_misc.c,v
retrieving revision 1.14
diff -u -r1.14 pecoff_misc.c
--- pecoff_misc.c       7 Mar 2006 03:32:06 -0000       1.14
+++ pecoff_misc.c       13 Jul 2006 20:46:25 -0000
@@ -427,7 +427,7 @@
 =

        CHECK_ALT_EXIST(l, &sg, SCARG(uap, fname));
 =

-       return sys_getfh(l, v, retval);
+       return compat_30_sys_getfh(l, v, retval);
 }
 =

Regards,

- H=E5vard