4289651b07
2012-08-05 * Read eeprom value for digital mode from FT-857 * Clean up TS-950 series commands and read mode using IF command * Fix GS-232A/B rotor command terminations * Fix warnings and other issues found by mingw-w64 * Allow seamless access to ports higher than COM9 on Windows * Fix ineffective packed attribute on WinRadio * Correct low signal strength S-meter error on AR7030+ * Updates to HiQSDR by Jim, N2ADR pkgsrc changes: Document patches from CVS history.
22 lines
471 B
Text
22 lines
471 B
Text
$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
|