From 2db42ce2fc89bc88050564037688888bbb8876e9 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 5 Jul 2014 12:44:18 -0700 Subject: [PATCH] ZDR: remove dependency on zdr.h from the examples and nfs-ls Signed-off-by: Ronnie Sahlberg --- examples/nfs-cp.c | 1 - examples/nfs-io.c | 1 - examples/nfsclient-async.c | 1 - examples/nfsclient-bcast.c | 1 - examples/nfsclient-listservers.c | 1 - examples/nfsclient-raw.c | 1 - examples/nfsclient-sync.c | 1 - examples/portmap-client.c | 1 - utils/nfs-ls.c | 1 - 9 files changed, 9 deletions(-) diff --git a/examples/nfs-cp.c b/examples/nfs-cp.c index fe9911d..bbd136a 100644 --- a/examples/nfs-cp.c +++ b/examples/nfs-cp.c @@ -49,7 +49,6 @@ WSADATA wsaData; #include #include #include -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h" diff --git a/examples/nfs-io.c b/examples/nfs-io.c index bda05d5..3a43084 100644 --- a/examples/nfs-io.c +++ b/examples/nfs-io.c @@ -51,7 +51,6 @@ WSADATA wsaData; #include #include #include -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h" diff --git a/examples/nfsclient-async.c b/examples/nfsclient-async.c index d2b92e3..739f220 100644 --- a/examples/nfsclient-async.c +++ b/examples/nfsclient-async.c @@ -45,7 +45,6 @@ #include #include #include -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h" diff --git a/examples/nfsclient-bcast.c b/examples/nfsclient-bcast.c index 45a6385..ec19a69 100644 --- a/examples/nfsclient-bcast.c +++ b/examples/nfsclient-bcast.c @@ -58,7 +58,6 @@ #include #endif -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-private.h" diff --git a/examples/nfsclient-listservers.c b/examples/nfsclient-listservers.c index e275e7f..a67e74f 100644 --- a/examples/nfsclient-listservers.c +++ b/examples/nfsclient-listservers.c @@ -27,7 +27,6 @@ #include #include -#include "libnfs-zdr.h" #include "libnfs.h" int main(int argc _U_, char *argv[] _U_) diff --git a/examples/nfsclient-raw.c b/examples/nfsclient-raw.c index 8b7d727..5838c2f 100644 --- a/examples/nfsclient-raw.c +++ b/examples/nfsclient-raw.c @@ -39,7 +39,6 @@ #include #include #include -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h" diff --git a/examples/nfsclient-sync.c b/examples/nfsclient-sync.c index 29a4daf..0985acd 100644 --- a/examples/nfsclient-sync.c +++ b/examples/nfsclient-sync.c @@ -52,7 +52,6 @@ WSADATA wsaData; #include #include #include -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h" diff --git a/examples/portmap-client.c b/examples/portmap-client.c index 526e348..cae90d7 100644 --- a/examples/portmap-client.c +++ b/examples/portmap-client.c @@ -40,7 +40,6 @@ #include #include #include -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h" diff --git a/utils/nfs-ls.c b/utils/nfs-ls.c index 7653f56..53152fc 100644 --- a/utils/nfs-ls.c +++ b/utils/nfs-ls.c @@ -51,7 +51,6 @@ WSADATA wsaData; #include #include #include -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h" -- 2.34.1