Back-out previous change. A better fix is to follow.
Requested-by: bde
This commit is contained in:
parent
171d1bf26d
commit
f48f32cb59
@ -67,7 +67,7 @@ main(argc, argv)
|
||||
*/
|
||||
hp = gethostbyname(argv[1]);
|
||||
if (hp == 0) {
|
||||
fprintf(stderr, "%s: unknown host\\n", argv[1]);
|
||||
fprintf(stderr, "%s: unknown host\n", argv[1]);
|
||||
exit(2);
|
||||
}
|
||||
bcopy(hp->h_addr, &name.sin_addr, hp->h_length);
|
||||
|
Loading…
Reference in New Issue
Block a user