fs does not work?

Artur Grabowski art at stacken.kth.se
Thu Jun 25 11:13:11 CEST 1998


Naomaru Itoi <itoi at eecs.umich.edu> writes:

> 
> > If you look k_hasafs() in ${kth-krb}/lib/kafs/afssys.c you'll
> > see the syscall.
> > 
> > Make sure that its 210 that is the AFSSYSCALL. Run the
> 
> Yeah, that's what's I was looking at just now.  
> It turned out that AFS_SYSCALL is undefined.
> 
> I see this in afssysdefs.h:
> 
> #if defined(__NetBSD__)
> #define AFS_SYSCALL 210
> #endif
> 
> So I guess I should set __NetBSD__ flag somewhere?

Nope. i guess you have an old libkafs. That line should read:

#if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)

//art





More information about the Arla-drinkers mailing list