Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Automated report: NetBSD-current/i386 test failure
On Mon, Apr 29, 2019 at 10:29:43 +0700, Robert Elz wrote:
> I've done some searching (not exhaustive for sure) and the only
> thing I can find that uses 'F' in our tree that I can find is
> <sys/mman.h> (which provided the newly added example in snprintb.3)
> which is missing that final NUL after the F field - and which I
> suspect is the motivation for the "off by one" fix.
I rememeber writing some. E.g. in sys/arch/sh3/include/adcreg.h
#define SH7709_ADCR_BITS \
"\177\020" "F\06\02\0" ":\03TRGE\0" "b\05SCAN\0"
PS: The way the one in sys/mman.h is formatted is a crime against
humanity :)
-uwe
Home |
Main Index |
Thread Index |
Old Index