Switch to a 64bit time_t, while it's not a big problem to do so.

Suggested by:	imp
This commit is contained in:
Olivier Houchard 2006-05-15 00:17:27 +00:00
parent 0e7185f6e7
commit ef4d5877dd
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ typedef __int32_t __register_t;
typedef __int32_t __segsz_t; /* segment size (in pages) */
typedef __uint32_t __size_t; /* sizeof() */
typedef __int32_t __ssize_t; /* byte count or error */
typedef __int32_t __time_t; /* time()... */
typedef __int64_t __time_t; /* time()... */
typedef __uint32_t __uintfptr_t;
typedef __uint64_t __uintmax_t;
typedef __uint32_t __uintptr_t;

View File

@ -86,7 +86,7 @@
#define KINFO_PROC_SIZE 1088
#endif
#ifdef __arm__
#define KINFO_PROC_SIZE 768 /* value has not been tested... */
#define KINFO_PROC_SIZE 792
#endif
#ifdef __ia64__
#define KINFO_PROC_SIZE 1088