>> Indeed, they do on irix.
> 
> What error are you getting?

The one I sent in the previous email:

<pre>
cc-1162 cc: ERROR File = /usr/people/clc31/src/openafs-git/src/rx/rx_kcommon.c, 
Line = 1304
  Too few arguments in function call.

                osi_Panic("rxk_Listener: No more Rx buffers!\n");
                                                               ^
</pre>

This is happening in rx_kcommon.c, which is where osi_Panic is declared.

> 
>> For instance, I believe irix does support stdarg in the kernel.  It
>> doesn't have v*printf, but it has a function that could be used in its
>> stead (cmn_err(), see link below) which does take va.
> 
> Yeah, the issue isn't really whether they support stdarg, but what to do
> with the va_arg when you get it. icmn_err looks useful.

Okay, let me play around with it a little bit and see what I can come up with 
using those routines.
_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to