2013-09-26 17:14:40 +02:00

23 lines
471 B
Plaintext

$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