1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Add missing semicolon so that this module compiles whithout -DYP.

Submitted (via Usenet) by: Nathan Torkington <gnat@frii.com>
This commit is contained in:
Bill Paul 1996-06-15 16:17:42 +00:00
parent 690d324ba4
commit 8e92f56a01
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16388

View File

@ -101,7 +101,7 @@ display(fd, pw)
"#Changing %s information for %s.\n", _use_yp ? "NIS" : "user database", pw->pw_name);
if (!uid && (!_use_yp || suser_override)) {
#else
"#Changing user database information for %s.\n", pw->pw_name)
"#Changing user database information for %s.\n", pw->pw_name);
if (!uid) {
#endif /* YP */
(void)fprintf(fp, "Login: %s\n", pw->pw_name);