$NetBSD: patch-ad,v 1.2 2012/06/11 00:17:58 gdt Exp $

--- 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
