[OpenAFS-devel] "unable to authenticate to AFS" error- linux distribution, specific?

Garrett Wollman wollman@khavrinen.lcs.mit.edu
Sun, 28 Nov 2004 21:40:19 -0500 (EST)


<<On Thu, 25 Nov 2004 16:09:54 -0500, Jim Rees <rees@umich.edu> said:

> I would much rather fix this without changing all callers of
> ubik_CallIter().  If we do change them, I'd rather use an arg vector than a
> sequence of dummy args.

I haven't looked at the code other than the patch that was posted, but
this looks like an obvious case stdarg.h.  Only using those macros can
you deal (or rather, let the compiler deal) with differing calling
conventions for various argument types appropriately.

-GAWollman