Subject: Compiling rpc.rstatd in -current
To: None <current-users@NetBSD.ORG>
From: =?iso-8859-1?Q?=C5ge_R=F8bekk?= <aagero@ifi.uio.no>
List: current-users
Date: 06/24/1995 15:57:12
I encountered a problem when compiling rpc.rstatd with the latest sources
off sup.netbsd.org. It seems like the #ifdef's in /usr/include/rpcsvc/rstat.h
are overruled/rpc.rstatd needs to undefine __STDC__. My simple fix was
#undef __STDC__, which naturally led to a warning from the compiler. But
the executable built. Has anyone else seen this?

-aage