summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-05-11 04:10:49 +0000
committeralfred <alfred@FreeBSD.org>2002-05-11 04:10:49 +0000
commitdf59877e64c2c065850c9512c642219ffc4475a3 (patch)
treea4f4a3da995ba9652f4a7ee3e7c5ef4289860ff0 /usr.sbin/rpc.yppasswdd
parentc15786f4891d1a26386541b8dd8843fa3513248f (diff)
downloadFreeBSD-src-df59877e64c2c065850c9512c642219ffc4475a3.zip
FreeBSD-src-df59877e64c2c065850c9512c642219ffc4475a3.tar.gz
unbreak build: fix multi-line string literal
Diffstat (limited to 'usr.sbin/rpc.yppasswdd')
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
index c2b0d57..2f7e1e2 100644
--- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
+++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
@@ -302,7 +302,7 @@ the %s domain -- aborting", yppasswd_domain);
}
if (!svc_reg(transp, MASTER_YPPASSWDPROG, MASTER_YPPASSWDVERS,
master_yppasswdprog_1, nconf)) {
- yp_error("unable to register (MASTER_YPPASSWDPROG,
+ yp_error("unable to register (MASTER_YPPASSWDPROG, \
MASTER_YPPASSWDVERS, unix).");
exit(1);
}
OpenPOWER on IntegriCloud