[GRASS-SVN] r71943 - grass/branches/releasebranch_7_4/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 17 07:53:52 PST 2017
Author: neteler
Date: 2017-12-17 07:53:52 -0800 (Sun, 17 Dec 2017)
New Revision: 71943
Modified:
grass/branches/releasebranch_7_4/lib/raster/get_row.c
grass/branches/releasebranch_7_4/lib/raster/open.c
grass/branches/releasebranch_7_4/lib/raster/range.c
Log:
rasterlib: Eliminate RPC/XDR dependency from raster library (r52015 cont'd; trunk r71902)
Modified: grass/branches/releasebranch_7_4/lib/raster/get_row.c
===================================================================
--- grass/branches/releasebranch_7_4/lib/raster/get_row.c 2017-12-16 10:48:25 UTC (rev 71942)
+++ grass/branches/releasebranch_7_4/lib/raster/get_row.c 2017-12-17 15:53:52 UTC (rev 71943)
@@ -15,8 +15,6 @@
#include <unistd.h>
#include <sys/types.h>
-#include <rpc/types.h> /* need this for sgi */
-
#include <grass/config.h>
#include <grass/raster.h>
#include <grass/glocale.h>
Modified: grass/branches/releasebranch_7_4/lib/raster/open.c
===================================================================
--- grass/branches/releasebranch_7_4/lib/raster/open.c 2017-12-16 10:48:25 UTC (rev 71942)
+++ grass/branches/releasebranch_7_4/lib/raster/open.c 2017-12-17 15:53:52 UTC (rev 71943)
@@ -12,8 +12,6 @@
* \author USACERL and many others
*/
-#include <rpc/types.h>
-#include <rpc/xdr.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
Modified: grass/branches/releasebranch_7_4/lib/raster/range.c
===================================================================
--- grass/branches/releasebranch_7_4/lib/raster/range.c 2017-12-16 10:48:25 UTC (rev 71942)
+++ grass/branches/releasebranch_7_4/lib/raster/range.c 2017-12-17 15:53:52 UTC (rev 71943)
@@ -12,7 +12,6 @@
*/
#include <unistd.h>
-#include <rpc/types.h> /* need this for sgi */
#include <grass/raster.h>
#include <grass/glocale.h>
More information about the grass-commit
mailing list