summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xdr_array.c1
-rw-r--r--src/xdr_float.c1
-rw-r--r--src/xdr_mem.c1
-rw-r--r--src/xdr_reference.c1
-rw-r--r--src/xdr_sizeof.c1
-rw-r--r--src/xdr_stdio.c1
-rw-r--r--tirpc/namespace.h33
7 files changed, 0 insertions, 39 deletions
diff --git a/src/xdr_array.c b/src/xdr_array.c
index 2767157..216173d 100644
--- a/src/xdr_array.c
+++ b/src/xdr_array.c
@@ -38,7 +38,6 @@
* arrays. See xdr.h for more info on the interface to xdr.
*/
-#include "namespace.h"
#include <err.h>
#include <limits.h>
#include <stdio.h>
diff --git a/src/xdr_float.c b/src/xdr_float.c
index 114b192..90daf3f 100644
--- a/src/xdr_float.c
+++ b/src/xdr_float.c
@@ -39,7 +39,6 @@
* xdr.
*/
-#include "namespace.h"
#include <sys/types.h>
#include <sys/param.h>
diff --git a/src/xdr_mem.c b/src/xdr_mem.c
index 53f9b10..bd86f00 100644
--- a/src/xdr_mem.c
+++ b/src/xdr_mem.c
@@ -39,7 +39,6 @@
*
*/
-#include "namespace.h"
#include <sys/types.h>
#include <netinet/in.h>
diff --git a/src/xdr_reference.c b/src/xdr_reference.c
index 1da2c14..affe19e 100644
--- a/src/xdr_reference.c
+++ b/src/xdr_reference.c
@@ -38,7 +38,6 @@
* "pointers". See xdr.h for more info on the interface to xdr.
*/
-#include "namespace.h"
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/src/xdr_sizeof.c b/src/xdr_sizeof.c
index b91e9a6..a805e31 100644
--- a/src/xdr_sizeof.c
+++ b/src/xdr_sizeof.c
@@ -36,7 +36,6 @@
#include <sys/cdefs.h>
-#include "namespace.h"
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <sys/types.h>
diff --git a/src/xdr_stdio.c b/src/xdr_stdio.c
index a97563b..45b1150 100644
--- a/src/xdr_stdio.c
+++ b/src/xdr_stdio.c
@@ -38,7 +38,6 @@
* from the stream.
*/
-#include "namespace.h"
#include <stdio.h>
#include <arpa/inet.h>
diff --git a/tirpc/namespace.h b/tirpc/namespace.h
deleted file mode 100644
index 79e671e..0000000
--- a/tirpc/namespace.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>.
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- * notice, this list of conditions and the following disclaimer in the
- * documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
- * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
- * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- *
- * $FreeBSD: src/lib/libc/include/namespace.h,v 1.16 2003/05/01 19:03:13 nectar Exp $
- */
-
-#ifndef _NAMESPACE_H_
-#define _NAMESPACE_H_
-
-
-#endif /* _NAMESPACE_H_ */