summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/ansi.h
AgeCommit message (Collapse)Author
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-04-20Add new clock related types; from NetBSDThorsten Lockert
1996-04-18Merge of NetBSD 960317Niklas Hallqvist
1996-04-17Cleanups & fixes from latest NetBSD primarily to run doscmd, etc.Michael Shalayeff
GENERIC added to the compile/.cvsignore (it is used for 'make links' for example), thus conf/GENERIC should appear magically ...
1995-10-18initial import of NetBSD treeTheo de Raadt