*: whitespace fixes, no code changes

This commit is contained in:
Denis Vlasenko
2008-03-24 02:18:03 +00:00
parent 42cc304e90
commit c693840fe8
13 changed files with 53 additions and 53 deletions

View File

@@ -89,7 +89,7 @@ void print_login_issue(const char *issue_file, const char *tty)
void print_login_prompt(void)
{
char *hostname = safe_gethostname();
fputs(hostname, stdout);
fputs(LOGIN, stdout);
fflush(stdout);

View File

@@ -45,7 +45,7 @@ char *safe_gethostname(void)
* name and an 8-byte nodename), but this is true on Linux. The same holds
* for setdomainname(2) and the domainname field.
*/
/* Uname can fail only if you pass a bad pointer to it. */
uname(&uts);