obrien
10b5ce3a37
Make _BSD_TIME_T_ (time_t) an int' rather than
long'. This will help
...
flag errors where programmers assume time_t is a long, which it is not on
64-bit platforms.
Submitted by: bde
2001-05-18 01:43:25 +00:00
obrien
99d3deb016
Style changes -- revert ordering to mostly two revs ago.
...
Embellish some comments, fix tab'ing.
Requested by: bde
2001-05-18 01:40:40 +00:00
obrien
3ab462704d
Consistently define the rune types.
...
Follow NetBSD's lead and add a _BSD_MBSTATE_T_ type.
2001-05-16 22:32:44 +00:00
obrien
04cdb5e6a1
Move the int typedefs to the top so they can be used in defining other types.
...
Ensure every platform has __offsetof.
Make multiple inclusion detection consistent with other
<platform>/include/*.h files.
2001-05-16 22:21:43 +00:00
ume
8be3aee2ff
Correct disordering which is corresponding to bde's fix to
...
i386/include/ansi.h.
2001-02-17 14:51:11 +00:00
ume
eec882b4a9
Correct 2nd argument of getnameinfo(3) to socklen_t.
...
Reviewed by: itojun
2001-02-15 10:35:55 +00:00
markm
4251e00dad
RIP <machine/lock.h>.
...
Some things needed bits of <i386/include/lock.h> - cy.c now has its
own (only) copy of the COM_(UN)LOCK() macros, and IMASK_(UN)LOCK()
has been moved to <i386/include/apic.h> (AKA <machine/apic.h>).
Reviewed by: jhb
2001-02-11 10:44:09 +00:00
jasone
cd97c8f6f2
Convert all simplelocks to mutexes and remove the simplelock implementations.
2001-01-24 12:35:55 +00:00
obrien
904d2cac5d
Remove seconds types we don't use that came in thru the NetBSD heiratage.
2001-01-08 06:17:11 +00:00
obrien
364692a189
StrongARM platform-specific definitions.
2001-01-04 05:23:06 +00:00