=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/fetch.c,v retrieving revision 1.100 retrieving revision 1.101 diff -c -r1.100 -r1.101 *** src/usr.bin/ftp/fetch.c 2010/06/29 23:12:33 1.100 --- src/usr.bin/ftp/fetch.c 2010/07/03 00:21:14 1.101 *************** *** 1,4 **** ! /* $OpenBSD: fetch.c,v 1.100 2010/06/29 23:12:33 halex Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: fetch.c,v 1.101 2010/07/03 00:21:14 halex Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- *************** *** 682,687 **** --- 682,688 ---- warnx("Server does not support resume."); restart_point = resume = 0; } + /* FALLTHROUGH */ case 206: /* Partial Content */ #endif /* !SMALL */ break;