10 fails to build on linux
Valery Ushakov <[email protected]> Fri, 26 Dec 2025 12:06:03 +0300
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
The 10 branch fails to build on Linux.
/home/uwe/work/netbsd/ro/src-release-10/tools/compat/../../lib/libc/stdlib/strtonum.c:32:9: error: expected declaration specifiers or '...' before string constant
32 | __RCSID("$NetBSD: strtonum.c,v 1.6.10.1 2024/08/23 16:15:13 martin Exp $");
It probably needs
revision 1.8
date: 2025-09-20 15:19:31 +0300; author: christos; state: Exp; lines: +8 -2;\
commitid: n5Mfz424JdkbWrbG;
toolify.
pulled up.
-uwe