Module Name: othersrc
Committed By: lukem
Date: Sun Apr 25 08:23:22 UTC 2021
Modified Files:
othersrc/usr.bin/tnftp/src: progressbar.c
Log Message:
nicer XXX comment
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 othersrc/usr.bin/tnftp/src/progressbar.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/tnftp/src/progressbar.c
diff -u othersrc/usr.bin/tnftp/src/progressbar.c:1.17 othersrc/usr.bin/tnftp/src/progressbar.c:1.18
--- othersrc/usr.bin/tnftp/src/progressbar.c:1.17 Sun Apr 25 07:50:37 2021
+++ othersrc/usr.bin/tnftp/src/progressbar.c Sun Apr 25 08:23:22 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: progressbar.c,v 1.17 2021/04/25 07:50:37 lukem Exp $ */
+/* $NetBSD: progressbar.c,v 1.18 2021/04/25 08:23:22 lukem Exp $ */
/* from NetBSD: progressbar.c,v 1.24 2021/01/06 04:43:14 lukem Exp */
/*-
@@ -421,7 +421,7 @@ alarmtimer(int wait)
sigfunc
xsignal(int sig, sigfunc func)
{
-#ifdef ultrix /* XXX: this is lame - how do we test sigvec vs. sigaction? */
+#ifdef ultrix /* XXX: this is suboptimal - how do we test sigvec vs. sigaction? */
struct sigvec vec, ovec;
vec.sv_handler = func;