Annotate an pretty obvious signal race... no time to fix it now.
authorderaadt <deraadt@openbsd.org>
Mon, 12 Oct 2015 15:12:44 +0000 (15:12 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 12 Oct 2015 15:12:44 +0000 (15:12 +0000)
sbin/dump/optr.c

index 37a802b..b2d0fe1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: optr.c,v 1.38 2015/08/20 22:02:20 deraadt Exp $       */
+/*     $OpenBSD: optr.c,v 1.39 2015/10/12 15:12:44 deraadt Exp $       */
 /*     $NetBSD: optr.c,v 1.11 1997/05/27 08:34:36 mrg Exp $    */
 
 /*-
@@ -247,6 +247,7 @@ msgtail(const char *fmt, ...)
        va_end(ap);
 }
 
+/* XXX signal races */
 void
 quit(const char *fmt, ...)
 {