NetBSD/usr.bin/xlint
macallan 1b769feadc XXX
Don't assume LP64 unless lint itself is built as LP64
On mips64 we default to n32 which produces errors when things like
TARG_LONG_MAX don't fit into a long
A proper fix would be to teach lint about different target ABIs so it can
pick the right parameters, this is just a bandaid to make it slightly less
wrong and allow a mips64 build to complete.
2012-03-29 08:52:31 +00:00
..
arch XXX 2012-03-29 08:52:31 +00:00
common more cross lint friendlyness 2012-03-27 19:24:01 +00:00
lint1 more cross lint friendlyness 2012-03-27 19:24:01 +00:00
lint2 Fix typo in comment. 2011-10-17 16:31:14 +00:00
llib
xlint Fix lseek(2) swapped arguments. 2011-09-18 09:07:35 +00:00
Makefile
Makefile.inc