Remove email addresses and outdated comments
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
3a56cbf3f2
commit
21473a384e
20 changed files with 10 additions and 125 deletions
|
|
@ -91,11 +91,6 @@ main (int argc, char** argv)
|
|||
}
|
||||
fprintf (stdout, "%d users.\n", n);
|
||||
|
||||
/*
|
||||
* Change hostname entry's length.
|
||||
* Because it's so short.
|
||||
* Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp) 1996/8/10
|
||||
*/
|
||||
fprintf(stdout, "%-16s %-32s %-8s %s\n",
|
||||
"(USER)", "(HOST)", "(FD)", "(CLIENT)");
|
||||
for (i = 0; i < n; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue