]> granicus.if.org Git - libtirpc/commitdiff
libtirpc: remove tirpc/namespace.h
authorChuck Lever <chuck.lever@oracle.com>
Mon, 9 Dec 2013 16:42:01 +0000 (11:42 -0500)
committerSteve Dickson <steved@redhat.com>
Mon, 9 Dec 2013 18:41:33 +0000 (13:41 -0500)
This header is empty, so remove it.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
src/xdr_array.c
src/xdr_float.c
src/xdr_mem.c
src/xdr_reference.c
src/xdr_sizeof.c
src/xdr_stdio.c
tirpc/namespace.h [deleted file]

index 2767157368f46aebc2f9ae8081b5c105a412aecb..216173d2684c67373a37aed13e7bf4371bc231b5 100644 (file)
@@ -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>
index 114b192fba3ba059a6dcc15f7383f5729322d14e..90daf3fe896264a2b98e97719980c412e175fd86 100644 (file)
@@ -39,7 +39,6 @@
  * xdr.
  */
 
-#include "namespace.h"
 #include <sys/types.h>
 #include <sys/param.h>
 
index 53f9b1035f776a8365d9fda0a9e0a67126e2e65d..bd86f00781c8825f26dbf9a26da98c52505930dc 100644 (file)
@@ -39,7 +39,6 @@
  *
  */
 
-#include "namespace.h"
 #include <sys/types.h>
 
 #include <netinet/in.h>
index 1da2c1402fb77a5d04757f2f24f5dfd7813dd597..affe19e1caaec54ffe73014b0fb769f043a816e9 100644 (file)
@@ -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>
index b91e9a6191dae87fb1fbcd2b1c1ebba63a009cb8..a805e31166c85fac1ebff453db244f8fc9852092 100644 (file)
@@ -36,7 +36,6 @@
 
 #include <sys/cdefs.h>
 
-#include "namespace.h"
 #include <rpc/types.h>
 #include <rpc/xdr.h>
 #include <sys/types.h>
index a97563b933a0ab01e2f6943b90623b8c5a619843..45b115081cb464dbecaf78b0be33aabf94f7ee48 100644 (file)
@@ -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 (file)
index 79e671e..0000000
+++ /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_ */