Subject: Re: libc/rpc/rpc_generic.c dosn't care about INET6
To: None <tech-userlevel@netbsd.org>
From: Ian Zagorskih <ianzag@megasignal.com>
List: tech-userlevel
Date: 07/14/2004 22:43:55
On Wednesday 14 July 2004 19:46, Christos Zoulas wrote:
> >
> >Probably something like below would be better ?
> >
> >__rpc_fixup_addr(struct netbuf *new, const struct netbuf *svc)
> >{
> >#ifdef INET6
> >        [snip]
> >#else
> >    new = new; svc = svc;
> >#endif
> >        return 1;
> >}
>
> Or:
>
> /*ARGSUSED*/

Of course this too.

ps: Though i still have a little hope to build NetBSD with Open Watcom some 
times and for my memory Watcom was always against GCC specific extentions..  
while time "foo = foo;" AFAIU works for any C compiler :)

// wbr