=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/util.c,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/ftp/util.c 2001/07/12 05:17:08 1.26 --- src/usr.bin/ftp/util.c 2002/02/16 21:27:46 1.27 *************** *** 1,4 **** ! /* $OpenBSD: util.c,v 1.26 2001/07/12 05:17:08 deraadt Exp $ */ /* $NetBSD: util.c,v 1.12 1997/08/18 10:20:27 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: util.c,v 1.27 2002/02/16 21:27:46 millert Exp $ */ /* $NetBSD: util.c,v 1.12 1997/08/18 10:20:27 lukem Exp $ */ /* *************** *** 35,41 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: util.c,v 1.26 2001/07/12 05:17:08 deraadt Exp $"; #endif /* not lint */ /* --- 35,41 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: util.c,v 1.27 2002/02/16 21:27:46 millert Exp $"; #endif /* not lint */ /* *************** *** 63,69 **** #include "ftp_var.h" #include "pathnames.h" ! static void updateprogressmeter __P((int)); /* * Connect to peer server and --- 63,69 ---- #include "ftp_var.h" #include "pathnames.h" ! static void updateprogressmeter(int); /* * Connect to peer server and