=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/cmds.c,v retrieving revision 1.54 retrieving revision 1.55 diff -c -r1.54 -r1.55 *** src/usr.bin/ftp/cmds.c 2006/11/02 01:51:33 1.54 --- src/usr.bin/ftp/cmds.c 2006/11/22 04:08:35 1.55 *************** *** 1,4 **** ! /* $OpenBSD: cmds.c,v 1.54 2006/11/02 01:51:33 ray Exp $ */ /* $NetBSD: cmds.c,v 1.27 1997/08/18 10:20:15 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: cmds.c,v 1.55 2006/11/22 04:08:35 ray Exp $ */ /* $NetBSD: cmds.c,v 1.27 1997/08/18 10:20:15 lukem Exp $ */ /* *************** *** 60,66 **** */ #if !defined(lint) && !defined(SMALL) ! static const char rcsid[] = "$OpenBSD: cmds.c,v 1.54 2006/11/02 01:51:33 ray Exp $"; #endif /* not lint and not SMALL */ /* --- 60,66 ---- */ #if !defined(lint) && !defined(SMALL) ! static const char rcsid[] = "$OpenBSD: cmds.c,v 1.55 2006/11/22 04:08:35 ray Exp $"; #endif /* not lint and not SMALL */ /* *************** *** 531,536 **** --- 531,537 ---- return (rval); } + /* XXX - Signal race. */ /* ARGSUSED */ void mabort(int signo)