Subject: fix for libc without -DINET6
To: None <tech-userlevel@netbsd.org>
From: Bruno Clermont <pooh@gnome.ca>
List: tech-userlevel
Date: 09/27/2001 13:46:59
If libc is compiled without IPv6 it fail at some point at
lib/libc/rpc/rpcb_clnt.c :

# diff rpcb_clnt.c rpcb_clnt.c.broken
471c471
< 			if ((
---
> 			if (

not yet fixed in CVS head.