Unbreak Alpha build.

This commit is contained in:
Dag-Erling Smørgrav 2002-05-15 09:20:06 +00:00
parent 49b60543d7
commit 0c89fa0c34
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96644

View File

@ -363,7 +363,8 @@ update_inplace(struct passwd *pw, char *domain)
strlen(pw->pw_name))) {
yp_error("warning: found entry for UID %d \
in map %s@%s with wrong name (%.*s)", pw->pw_uid, maps[i], domain,
ptr - (char *)data.data, (char *)data.data);
(int)(ptr - (char *)data.data),
(char *)data.data);
yp_error("there may be more than one user \
with the same UID - continuing");
continue;