From a74d1691fe01323a22207db85a3b144769732d45 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Sat, 11 May 2002 03:54:21 +0000 Subject: [PATCH] unbreak build: ditch multi-line string literals --- usr.sbin/rpc.yppasswdd/yppasswdd_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c index 9841397ae5d8..1025ba5b4760 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_server.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_server.c @@ -378,7 +378,7 @@ with the same UID - continuing"); if (!strstr(data.data, pwbuf)) { yp_error("warning: found entry for user %s \ in map %s@%s with wrong UID", pw->pw_name, maps[i], domain); - yp_error("there may be more than one user + yp_error("there may be more than one user \ with the same name - continuing"); continue; }