$NetBSD: patch-ad,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.

--- rpcrot/rpcrotd.c.orig	2012-01-08 02:54:30.000000000 +0000
+++ rpcrot/rpcrotd.c
@@ -43,6 +43,12 @@
 
 #include <hamlib/rotator.h>
 
+#ifdef __NetBSD__
+#include <sys/param.h>
+#if (__NetBSD_Version__ < 106210000)
+int _rpcsvcdirty;
+#endif
+#endif
 
 /*
  * Prototypes
