=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Attic/http.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/ftp/Attic/http.c 1996/09/03 18:00:06 1.1 --- src/usr.bin/ftp/Attic/http.c 1997/01/29 22:21:32 1.2 *************** *** 1,4 **** ! /* $OpenBSD: http.c,v 1.1 1996/09/03 18:00:06 deraadt Exp $ */ /* * Copyright (c) 1996 Theo de Raadt --- 1,4 ---- ! /* $OpenBSD: http.c,v 1.2 1997/01/29 22:21:32 millert Exp $ */ /* * Copyright (c) 1996 Theo de Raadt *************** *** 104,110 **** he = gethostbyname(hostname); if (!he) { ! perror("gethostbyname"); goto die; } --- 104,110 ---- he = gethostbyname(hostname); if (!he) { ! herror("gethostbyname"); goto die; }