summaryrefslogtreecommitdiff
path: root/sci-geosciences/grass/files/grass-7.2.0-glibc-2.26-2.patch
blob: c1361f6af088de1d9c1324cdd3486744ccd4deed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Index: /grass/branches/releasebranch_7_2/lib/raster/get_row.c
===================================================================
--- /grass/branches/releasebranch_7_2/lib/raster/get_row.c	(revision 71943)
+++ /grass/branches/releasebranch_7_2/lib/raster/get_row.c	(revision 71944)
@@ -15,6 +15,4 @@
 #include <unistd.h>
 #include <sys/types.h>
-
-#include <rpc/types.h>		/* need this for sgi */
 
 #include <grass/config.h>
Index: /grass/branches/releasebranch_7_2/lib/raster/open.c
===================================================================
--- /grass/branches/releasebranch_7_2/lib/raster/open.c	(revision 71943)
+++ /grass/branches/releasebranch_7_2/lib/raster/open.c	(revision 71944)
@@ -13,6 +13,4 @@
  */
 
-#include <rpc/types.h>
-#include <rpc/xdr.h>
 #include <unistd.h>
 #include <string.h>
Index: /grass/branches/releasebranch_7_2/lib/raster/range.c
===================================================================
--- /grass/branches/releasebranch_7_2/lib/raster/range.c	(revision 71943)
+++ /grass/branches/releasebranch_7_2/lib/raster/range.c	(revision 71944)
@@ -13,5 +13,4 @@
 
 #include <unistd.h>
-#include <rpc/types.h>		/* need this for sgi */
 
 #include <grass/raster.h>