minix/sys
Lionel Sambuc 744378194d Alignement on netbsd types, part 1
The following types are modified (old -> new):
 * _BSD_USECONDS_T_ int       -> unsigned int
 * __socklen_t      __int32_t -> __uint32_t
 * blksize_t        uint32_t  -> int32_t
 * rlim_t           uint32_t  -> uint64_t
On ARM:
 * _BSD_CLOCK_T_    int       -> unsigned int
On Intel:
 * _BSD_CLOCK_T_    int       -> unsigned long

bin/cat is also updated in order to fix warnings.

_BSD_TIMER_T_ has still to be aligned.

Change-Id: I2b4fda024125a19901120546c4e22e443ba5e9d7
2014-02-18 11:25:01 +01:00
..
arch Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
compat/sys Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
conf Rewrite osrelease.sh to parse Minix version 2012-06-18 10:53:36 +00:00
dev fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
fs Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00
lib a bit more -Werror compatability 2013-08-20 11:37:40 +02:00
net Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
netinet Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
netinet6 Moving all NetBSD headers back where they belong. 2013-01-14 11:36:25 +01:00
sys Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
ufs imported code harmonisation 2012-03-14 16:02:59 +01:00
Makefile include: Import dev/i2c/i2c_io.h 2013-06-27 14:20:12 -04:00
stdlib.h Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00