summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/ansi.h
AgeCommit message (Collapse)Author
2000-04-26vax resurrection, part 1: sync with early-april netbsdBrandon Creighton
many changes here, notable: uvm, ansi.h, more (and cleaner) vsbus support
2000-02-22Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allowTodd C. Miller
off_t to be visible in stdio.h even in strict ansi mode. This is needed for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack.
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
make time_t int not int32_t.
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others).
1997-05-29RCS taggingNiklas Hallqvist
1997-01-15sync with NetBSD 970112 -mojMats O Jansson
1996-05-03sync w/ 0430Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt