=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/complete.c,v retrieving revision 1.22 retrieving revision 1.23 diff -c -r1.22 -r1.23 *** src/usr.bin/ftp/complete.c 2009/04/27 21:37:13 1.22 --- src/usr.bin/ftp/complete.c 2009/05/05 19:35:30 1.23 *************** *** 1,4 **** ! /* $OpenBSD: complete.c,v 1.22 2009/04/27 21:37:13 deraadt Exp $ */ /* $NetBSD: complete.c,v 1.10 1997/08/18 10:20:18 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: complete.c,v 1.23 2009/05/05 19:35:30 martynas Exp $ */ /* $NetBSD: complete.c,v 1.10 1997/08/18 10:20:18 lukem Exp $ */ /*- *************** *** 231,240 **** mflag = 1; emesg = NULL; - #ifndef SMALL if (debug) (void)putc('\n', ttyout); - #endif /* !SMALL */ while ((cp = remglob(dummyargv, 0, &emesg)) != NULL) { char *tcp; --- 231,238 ---- *************** *** 350,352 **** --- 348,351 ---- } #endif /* !SMALL */ +