=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/fetch.c,v retrieving revision 1.30 retrieving revision 1.30.2.1 diff -c -r1.30 -r1.30.2.1 *** src/usr.bin/ftp/fetch.c 2000/05/03 19:50:41 1.30 --- src/usr.bin/ftp/fetch.c 2000/10/06 21:16:13 1.30.2.1 *************** *** 1,4 **** ! /* $OpenBSD: fetch.c,v 1.30 2000/05/03 19:50:41 deraadt Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: fetch.c,v 1.30.2.1 2000/10/06 21:16:13 jason Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- *************** *** 38,44 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: fetch.c,v 1.30 2000/05/03 19:50:41 deraadt Exp $"; #endif /* not lint */ /* --- 38,44 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: fetch.c,v 1.30.2.1 2000/10/06 21:16:13 jason Exp $"; #endif /* not lint */ /* *************** *** 338,344 **** } freeaddrinfo(res0); if (s < 0) { ! warn(cause); goto cleanup_url_get; } --- 338,344 ---- } freeaddrinfo(res0); if (s < 0) { ! warn("%s", cause); goto cleanup_url_get; }