=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/fetch.c,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** src/usr.bin/ftp/fetch.c 2000/05/25 16:09:26 1.32 --- src/usr.bin/ftp/fetch.c 2000/06/30 16:00:15 1.33 *************** *** 1,4 **** ! /* $OpenBSD: fetch.c,v 1.32 2000/05/25 16:09:26 itojun Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: fetch.c,v 1.33 2000/06/30 16:00:15 millert 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.32 2000/05/25 16:09:26 itojun Exp $"; #endif /* not lint */ /* --- 38,44 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: fetch.c,v 1.33 2000/06/30 16:00:15 millert 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; }