From 213400529a946b1bc3237d2f63f0aa7b6ed1dfbc Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 9 Apr 2026 10:18:00 -0400 Subject: [PATCH] follow-up comment bit --- sys/share/uudecode.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/share/uudecode.c b/sys/share/uudecode.c index 801aba412..5a8d19ac0 100644 --- a/sys/share/uudecode.c +++ b/sys/share/uudecode.c @@ -43,6 +43,9 @@ * * Modified 05 Jan 2024 to avoid K&R function declarations, marked KR_PROTO. * + * Modified 09 Apr 2026 to change mode variable from (int) to (unsigned int) + * to match prototype of sscanf %o + * * $NHDT-Date: 1432512787 2015/05/25 00:13:07 $ $NHDT-Branch: master $:$NHDT-Revision: 1.7 $ */