Back-out previous change. A better fix is to follow.

Requested-by: bde
This commit is contained in:
James Raynard 1997-11-08 20:29:33 +00:00
parent 171d1bf26d
commit f48f32cb59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31043

View File

@ -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);