$NetBSD: patch-ac,v 1.3 2012/08/07 12:21:54 gdt Exp $ This patch was added in 2003, to "make this work with rpcgen that exports _rpcsvcdirty incorrectly". It is not known to be reported upstream. --- rpcrig/rpcrigd.c.orig 2012-01-08 02:53:57.000000000 +0000 +++ rpcrig/rpcrigd.c @@ -43,6 +43,12 @@ #include +#ifdef __NetBSD__ +#include +#if (__NetBSD_Version__ < 106210000) +int _rpcsvcdirty; +#endif +#endif /*