summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-10 05:48:51 +0000
committerderaadt <deraadt@openbsd.org>1996-06-10 05:48:51 +0000
commitec46424dbaf5a33bdcc2106cdc87e6bc7244fd18 (patch)
tree9f54670b5a968b51f712a4bd0292e544b2db3762
parentsync (diff)
downloadwireguard-openbsd-ec46424dbaf5a33bdcc2106cdc87e6bc7244fd18.tar.xz
wireguard-openbsd-ec46424dbaf5a33bdcc2106cdc87e6bc7244fd18.zip
even closer to the yp.x file
-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 0f9b7c9db6c..728d0f8616f 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ypbind.c,v 1.7 1996/06/08 08:24:51 deraadt Exp $ */
+/* $OpenBSD: ypbind.c,v 1.8 1996/06/10 05:48:51 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993, 1996 Theo de Raadt <deraadt@theos.com>
@@ -33,7 +33,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: ypbind.c,v 1.7 1996/06/08 08:24:51 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: ypbind.c,v 1.8 1996/06/10 05:48:51 deraadt Exp $";
#endif
#include <sys/param.h>
@@ -249,7 +249,7 @@ ypbindprog_2(rqstp, transp)
register SVCXPRT *transp;
{
union {
- char ypbindproc_domain_2_arg[MAXHOSTNAMELEN];
+ domainname ypbindproc_domain_2_arg;
struct ypbind_setdom ypbindproc_setdom_2_arg;
} argument;
struct authunix_parms *creds;