From 898cf3dae86ee10bc74c268b324bb58dcfed4903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Mon, 28 Mar 2005 09:37:24 +0000 Subject: [PATCH] Added missing symbol for MacOSX, patch by Marv git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1952 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- rpcrig/rpcrig.x | 6 +++++- rpcrot/rpcrot.x | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/rpcrig/rpcrig.x b/rpcrig/rpcrig.x index a456ca329..08e20279e 100644 --- a/rpcrig/rpcrig.x +++ b/rpcrig/rpcrig.x @@ -2,7 +2,7 @@ % * Hamlib Interface - RPC definitions % * Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton % * -% * $Id: rpcrig.x,v 1.9 2004-01-15 23:17:35 fillods Exp $ +% * $Id: rpcrig.x,v 1.10 2005-03-28 09:37:24 fillods Exp $ % * % * This library is free software; you can redistribute it and/or modify % * it under the terms of the GNU Library General Public License as @@ -64,6 +64,10 @@ typedef long scan_x; typedef long reset_x; typedef long powerstat_x; +%#if __APPLE__ +%static int _rpcsvcdirty; +%#endif + struct mode_s { rmode_x mode; pbwidth_x width; diff --git a/rpcrot/rpcrot.x b/rpcrot/rpcrot.x index ffa49c887..ef11d019b 100644 --- a/rpcrot/rpcrot.x +++ b/rpcrot/rpcrot.x @@ -3,7 +3,7 @@ % * Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton % * Contributed by Francois Retief % * -% * $Id: rpcrot.x,v 1.2 2002-09-13 07:01:54 fillods Exp $ +% * $Id: rpcrot.x,v 1.3 2005-03-28 09:37:24 fillods Exp $ % * % * This library is free software; you can redistribute it and/or modify % * it under the terms of the GNU Library General Public License as @@ -30,6 +30,10 @@ %#include #endif +%#if __APPLE__ +%static int _rpcsvcdirty; +%#endif + /* ************************************************************************* */ typedef unsigned int model_x;