mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-04 17:15:50 +00:00
This commit was generated by cvs2svn to compensate for changes in r73569,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
fc03710c55
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73570
@ -291,7 +291,7 @@ static VOIDRET getloginname FUNCTION_NOARGS
|
||||
flags = 4;
|
||||
first--;
|
||||
} else
|
||||
printf(ttyprompt);
|
||||
printf("%s", ttyprompt);
|
||||
} else
|
||||
printf("login: ");
|
||||
fflush(stdout);
|
||||
|
@ -48,7 +48,7 @@ char **ftpglob __P((char *));
|
||||
|
||||
VOIDRET opiefatal FUNCTION((x), char *x)
|
||||
{
|
||||
fprintf(stderr, x);
|
||||
fprintf(stderr, "%s", x);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user