aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1997-05-07 19:10:49 +0000
committerEivind Eklund <eivind@FreeBSD.org>1997-05-07 19:10:49 +0000
commit3c9cc900911c5823d54ec6d9d6560bfddbaecd86 (patch)
treeb041fd21f3400737af6319845aa43fb9d0ec481b /include
parenta79fe60755523cab06086c7a032a326f247b7424 (diff)
downloadsrc-3c9cc900911c5823d54ec6d9d6560bfddbaecd86.tar.gz
src-3c9cc900911c5823d54ec6d9d6560bfddbaecd86.zip
Back out part of yesterdays changes. They were obviously not tested well
enough :-( (With backout on this file, libc compiles. 'make world' isn't finished yet.) Pointed out by: Oliver Roberts
Notes
Notes: svn path=/head/; revision=25541
Diffstat (limited to 'include')
-rw-r--r--include/rpcsvc/ypclnt.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h
index 97ca44087a37..5278e574747d 100644
--- a/include/rpcsvc/ypclnt.h
+++ b/include/rpcsvc/ypclnt.h
@@ -26,15 +26,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ypclnt.h,v 1.6 1997/02/23 09:17:34 peter Exp $
+ * $Id: ypclnt.h,v 1.7 1997/05/07 02:27:18 eivind Exp $
*/
#ifndef _RPCSVC_YPCLNT_H_
#define _RPCSVC_YPCLNT_H_
-#include <rpc/rpc.h>
-#include <rpcsvc/yp_prot.h>
-
#define YPERR_BADARGS 1 /* args to function are bad */
#define YPERR_RPC 2 /* RPC failure */
#define YPERR_DOMAIN 3 /* can't bind to a server for domain */