summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-25 21:42:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-25 21:42:46 +0000
commite66a04742bac523490a9807f9b3b17492c9eb1e7 (patch)
tree6a8781887af631a04724c193d93dbcbc6a376d63
parentb2c40fc620e5ca3e1005a76f3da5d47647750f29 (diff)
rmtcr_outval used by xdr_bool, so must be bool_t
-rw-r--r--usr.sbin/ypbind/ypbind.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c
index f7cb1df7f18..8891258b81a 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypbind.c,v 1.10 1996/07/05 21:14:29 deraadt Exp $ */
+/* $OpenBSD: ypbind.c,v 1.11 1996/07/25 21:42:45 deraadt Exp $ */
/*
* Copyright (c) 1996 Theo de Raadt <deraadt@theos.com>
@@ -34,7 +34,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: ypbind.c,v 1.10 1996/07/05 21:14:29 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: ypbind.c,v 1.11 1996/07/25 21:42:45 deraadt Exp $";
#endif
#include <sys/param.h>
@@ -100,7 +100,7 @@ int ypsetmode = YPSET_NO;
int rpcsock, pingsock;
struct rmtcallargs rmtca;
struct rmtcallres rmtcr;
-char rmtcr_outval;
+bool_t rmtcr_outval;
u_long rmtcr_port;
SVCXPRT *udptransp, *tcptransp;
SVCXPRT *ludptransp, *ltcptransp;