]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Include <sys/param.h> before <net/if.h>.
authorRoland McGrath <roland@gnu.org>
Mon, 24 Oct 1994 19:06:49 +0000 (19:06 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 24 Oct 1994 19:06:49 +0000 (19:06 +0000)
sunrpc/get_myaddr.c
sunrpc/pm_getmaps.c
sunrpc/pm_getport.c
sunrpc/pmap_rmt.c

index fa79c22cb7ad9408b9aacb80f7c3809cf6fb464e..f3051744c2395b04ffe274959d4451697b89567a 100644 (file)
@@ -42,6 +42,7 @@ static char sccsid[] = "@(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro";
 #include <rpc/pmap_prot.h>
 #include <sys/socket.h>
 #include <stdio.h>
+#include <sys/param.h>         /* Ultrix needs before net/if --roland@gnu */
 #include <net/if.h>
 #include <sys/ioctl.h>
 /* Order of following two #includes reversed by roland@gnu */
index e4a9c49361cf5a8260c1ffa48022e7096523a8f5..b7c7aec8cecbacebadbace96e9adddb3a4265779 100644 (file)
@@ -46,6 +46,7 @@ static char sccsid[] = "@(#)pmap_getmaps.c 1.10 87/08/11 Copyr 1984 Sun Micro";
 #include <netdb.h>
 #include <stdio.h>
 #include <errno.h>
+#include <sys/param.h>         /* Ultrix needs before net/if --roland@gnu */
 #include <net/if.h>
 #include <sys/ioctl.h>
 #define NAMELEN 255
index 77b9cf743ab1a6ef1979a89ac6b87f141852f378..b486ac7cdb9df2435709786494ceffa7cecb0c0e 100644 (file)
@@ -42,6 +42,7 @@ static char sccsid[] = "@(#)pmap_getport.c 1.9 87/08/11 Copyr 1984 Sun Micro";
 #include <rpc/pmap_prot.h>
 #include <rpc/pmap_clnt.h>
 #include <sys/socket.h>
+#include <sys/param.h>         /* Ultrix needs before net/if --roland@gnu */
 #include <net/if.h>
 
 static struct timeval timeout = { 5, 0 };
index 46d5f0ec423e25ec191373ecf5a692e9a26d3f9b..fc8d66c23cb1a97a82a6c53412028cbbf56afc84 100644 (file)
@@ -46,6 +46,7 @@ static char sccsid[] = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";
 #include <sys/socket.h>
 #include <stdio.h>
 #include <errno.h>
+#include <sys/param.h>         /* Ultrix needs before net/if --roland@gnu */
 #include <net/if.h>
 #include <sys/ioctl.h>
 #include <arpa/inet.h>