Add #include <rpc/rpc.h> to the rest of the sources
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 1 Nov 2002 23:13:05 +0000 (23:13 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 1 Nov 2002 23:13:05 +0000 (23:13 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@195 cb58f699-b61c-0410-a6fe-9272a202ed29

oncrpc/auth_non.c
oncrpc/authunix.c
oncrpc/pmap_pr.c
oncrpc/pmap_pro.c
oncrpc/xdr.c
oncrpc/xdr_arra.c
oncrpc/xdr_floa.c
oncrpc/xdr_refe.c

index 9328755..1a32071 100644 (file)
@@ -50,6 +50,7 @@ static char sccsid[] = "@(#)auth_none.c 1.19 87/08/11 Copyr 1984 Sun Micro";
  * Copyright (C) 1984, Sun Microsystems, Inc. 
  */
 
+#include <rpc/rpc.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
 #include <rpc/auth.h>
index 7f1ac7d..3e0bc1e 100644 (file)
@@ -50,17 +50,11 @@ static char sccsid[] = "@(#)authunix_prot.c 1.15 87/08/11 Copyr 1984 Sun Micro";
  */
 
 
-#ifdef WIN32
+#include <rpc/rpc.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
 #include <rpc/auth.h>
 #include <rpc/auth_unix.h>
-#else
-#include <rpc/types.h>
-#include <rpc/xdr.h>
-#include <rpc/auth.h>
-#include <rpc/auth_unix.h>
-#endif
 
 /*
  * XDR for unix authentication parameters.
index c9c6474..d84b6aa 100644 (file)
@@ -49,13 +49,10 @@ static char sccsid[] = "@(#)pmap_prot.c 1.17 87/08/11 Copyr 1984 Sun Micro";
  * Copyright (C) 1984, Sun Microsystems, Inc.
  */
 
+#include <rpc/rpc.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
-#ifdef WIN32
-#include <rpc/pmap_pro.h>
-#else
 #include <rpc/pmap_prot.h>
-#endif
 
 
 bool_t
index 687f44e..b5e143c 100644 (file)
@@ -49,13 +49,10 @@ static char sccsid[] = "@(#)pmap_prot2.c 1.3 87/08/11 Copyr 1984 Sun Micro";
  * Copyright (C) 1984, Sun Microsystems, Inc.
  */
 
+#include <rpc/rpc.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
-#ifdef WIN32
-#include <rpc/pmap_pro.h>
-#else
 #include <rpc/pmap_prot.h>
-#endif
 
 /* 
  * What is going on with linked lists? (!)
index 1089d0f..9afe58d 100644 (file)
@@ -55,6 +55,7 @@ static char sccsid[] = "@(#)xdr.c 1.35 87/08/12";
 #include <stdio.h>
 char *malloc();
 
+#include <rpc/rpc.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
 
index 06a4f6c..9287ce2 100644 (file)
@@ -53,6 +53,7 @@ static char sccsid[] = "@(#)xdr_array.c 1.10 87/08/11 Copyr 1984 Sun Micro";
 
 #include <stdio.h>
 
+#include <rpc/rpc.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
 
index 7010dbd..bfa6b3e 100644 (file)
@@ -54,6 +54,7 @@ static char sccsid[] = "@(#)xdr_float.c 1.12 87/08/11 Copyr 1984 Sun Micro";
 
 #include <stdio.h>
 
+#include <rpc/rpc.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>
 
index 7c95dd0..7ee30fb 100644 (file)
@@ -52,6 +52,7 @@ static char sccsid[] = "@(#)xdr_reference.c 1.11 87/08/11 SMI";
  */
 
 #include <stdio.h>
+#include <rpc/rpc.h>
 #include <rpc/types.h>
 #include <rpc/xdr.h>