summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2006-11-22 04:08:36 +0000
committerRay Lai <ray@cvs.openbsd.org>2006-11-22 04:08:36 +0000
commit5f2e69ad5df2cf6b9baa85543d8bc58a78d659c7 (patch)
treea0ee663cc998d15166e4ca8e91cc671e92e9342c
parent2830d4ec6664a7656caef34631c430ef55c8857f (diff)
Mark signal race.
``OK!'' deraadt@.
-rw-r--r--usr.bin/ftp/cmds.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ftp/cmds.c b/usr.bin/ftp/cmds.c
index a1e5401fb59..e90558b2772 100644
--- a/usr.bin/ftp/cmds.c
+++ b/usr.bin/ftp/cmds.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmds.c,v 1.54 2006/11/02 01:51:33 ray Exp $ */
+/* $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,7 +60,7 @@
*/
#if !defined(lint) && !defined(SMALL)
-static const char rcsid[] = "$OpenBSD: cmds.c,v 1.54 2006/11/02 01:51:33 ray Exp $";
+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,6 +531,7 @@ freegetit:
return (rval);
}
+/* XXX - Signal race. */
/* ARGSUSED */
void
mabort(int signo)