=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/fetch.c,v retrieving revision 1.198 retrieving revision 1.199 diff -c -r1.198 -r1.199 *** src/usr.bin/ftp/fetch.c 2020/10/18 20:35:18 1.198 --- src/usr.bin/ftp/fetch.c 2021/01/01 17:39:54 1.199 *************** *** 1,4 **** ! /* $OpenBSD: fetch.c,v 1.198 2020/10/18 20:35:18 naddy Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: fetch.c,v 1.199 2021/01/01 17:39:54 chrisz Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- *************** *** 843,848 **** --- 843,849 ---- case 302: /* Found */ case 303: /* See Other */ case 307: /* Temporary Redirect */ + case 308: /* Permanent Redirect (RFC 7538) */ isredirect++; if (redirect_loop++ > 10) { warnx("Too many redirections requested");