]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/nfs/conn.c
libnfs.a: eliminate conn.c and conn.h
[nfs-utils.git] / support / nfs / conn.c
diff --git a/support/nfs/conn.c b/support/nfs/conn.c
deleted file mode 100644 (file)
index db9185d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * conn.c -- NFS client mount / umount connection code support functions
- *
- * 2006-06-06 Amit Gud <agud@redhat.com>
- * - Moved code snippets to nfs-utils/support/nfs from util-linux/mount/nfsmount.c
- *
- */
-
-#include "config.h"
-#include <errno.h>
-#include <unistd.h>
-#include <rpc/rpc.h>
-#include <rpc/pmap_prot.h>
-#include <rpc/pmap_clnt.h>
-#include <sys/socket.h>
-#include <sys/stat.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-
-#include "conn.h"
-