summaryrefslogtreecommitdiff
path: root/tirpc
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2013-12-09 11:45:39 -0500
committerSteve Dickson <steved@redhat.com>2013-12-09 13:41:43 -0500
commitce76578b7a4cd11df77405c8499dd52169beb7ce (patch)
treeaf229f58467a3d15114d8cb77918b9d4e6e64b94 /tirpc
parent55986f90fadc582bb0fa3fca9c2ea34da2646a81 (diff)
downloadti-rpc-ce76578b7a4cd11df77405c8499dd52169beb7ce.tar.gz
libtirpc: remove tirpc/misc/queue.h
The contents of this header are unneeded on Linux, so remove the header. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'tirpc')
-rw-r--r--tirpc/misc/queue.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tirpc/misc/queue.h b/tirpc/misc/queue.h
deleted file mode 100644
index 0346905..0000000
--- a/tirpc/misc/queue.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <sys/queue.h>
-
-
-#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
-
-#define STAILQ_FIRST(head) ((head)->stqh_first)