=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/util.c,v retrieving revision 1.69 retrieving revision 1.70 diff -c -r1.69 -r1.70 *** src/usr.bin/ftp/util.c 2015/01/30 04:45:45 1.69 --- src/usr.bin/ftp/util.c 2015/02/09 04:10:50 1.70 *************** *** 1,4 **** ! /* $OpenBSD: util.c,v 1.69 2015/01/30 04:45:45 tedu Exp $ */ /* $NetBSD: util.c,v 1.12 1997/08/18 10:20:27 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: util.c,v 1.70 2015/02/09 04:10:50 tedu Exp $ */ /* $NetBSD: util.c,v 1.12 1997/08/18 10:20:27 lukem Exp $ */ /*- *************** *** 66,72 **** /* * FTP User Program -- Misc support routines */ - #include /* BSD */ #include #include #include --- 66,71 ---- *************** *** 169,179 **** if (autologin) (void)ftp_login(argv[1], NULL, NULL); - #if (defined(unix) || defined(BSD)) && NBBY == 8 - /* - * this ifdef is to keep someone form "porting" this to an incompatible - * system and not checking this out. This way they have to think about it. - */ overbose = verbose; #ifndef SMALL if (!debug) --- 168,173 ---- *************** *** 211,217 **** unix_server = 0; } verbose = overbose; - #endif /* unix || BSD */ } } --- 205,210 ----