17 lines
342 B
Text
17 lines
342 B
Text
$NetBSD: patch-ad,v 1.1 2003/07/24 06:40:55 jmc Exp $
|
|
|
|
--- rpcrot/rpcrotd.c.orig Thu Jul 24 01:04:54 2003
|
|
+++ rpcrot/rpcrotd.c Thu Jul 24 01:05:25 2003
|
|
@@ -45,6 +45,12 @@
|
|
|
|
#include <hamlib/rotator.h>
|
|
|
|
+#ifdef __NetBSD__
|
|
+#include <sys/param.h>
|
|
+#if (__NetBSD_Version__ < 106210000)
|
|
+int _rpcsvcdirty;
|
|
+#endif
|
|
+#endif
|
|
|
|
/*
|
|
* Prototypes
|