On Thu, Jul 19, 2007 at 06:41:17AM -0400, Stephen Frost wrote:
> * Magnus Hagander (magnus(at)hagander(dot)net) wrote:
> > #ifndef KRB5
> > (void) hostname; /* not used */
> > #endif
> [...]
> > What does that code actually *do*?
>
> Stop the compiler from complaining about an unused argument.
That makes sense, except my compiled didn't warn even when I took it out
:-) Ah, well, thanks for clearifying.
//Magnus