NetBSD/sys/arch/newsmips/stand
tsutsui fd4afa037b Misc cleanup:
- ANSI function decls
- remove __P()
- u_intNN_t -> uintNN_t
- remove register decls
- bcopy -> memcpy, strcpy
- bzero -> memset
- bcmp -> memcmp
- use malloc(9) with M_ZERO
- some KNF
etc.
2005-02-06 02:18:02 +00:00
..
boot Misc cleanup: 2005-02-06 02:18:02 +00:00
bootxx Revert previous DPRINTF changes since gcc3 properly removes text strings 2003-11-21 19:44:53 +00:00
common
Makefile Needs a .WAIT before doing boot/bootxx 2003-12-12 15:57:32 +00:00
Makefile.inc