NetBSD/sys/arch/pc532
tnozaki 44eb8f042e fix gcc -Werror -Wmissing-braces problem
mbstate_t(this is opaque object)'s initializer should be ``{ 0 }'',
so changed 1st field of union from character array to integer.
2006-10-04 13:51:59 +00:00
..
compile
conf remove MALLOC_NOINLINE, it doesn't do anything anymore. 2006-10-02 03:28:29 +00:00
dev More from Matt Fleming: 2006-10-01 20:31:49 +00:00
fpu integrate kauth. 2006-05-14 21:55:09 +00:00
include fix gcc -Werror -Wmissing-braces problem 2006-10-04 13:51:59 +00:00
pc532 Switch pc532 to timecounters and generic TODR. 2006-09-07 15:56:01 +00:00
stand Use %p to print a pointer. 2006-09-09 04:12:00 +00:00
Makefile
To.Do