minix/servers
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
..
devman Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
ds Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
ext2 stat.h: remove some big_ types 2014-02-18 11:25:01 +01:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
init init: handle getty string of "" (default) 2013-06-12 07:04:53 +00:00
ipc ipc: add missing printf argument. 2013-10-11 10:36:53 -04:00
is Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
iso9660fs stat.h: remove some big_ types 2014-02-18 11:25:01 +01:00
lwip fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
mfs stat.h: remove some big_ types 2014-02-18 11:25:01 +01:00
pfs Define protocol version of {mode,ino,uid,gid}_t 2014-02-18 11:25:01 +01:00
pm Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
procfs Define protocol version of {mode,ino,uid,gid}_t 2014-02-18 11:25:01 +01:00
rs Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
sched kernel: spelling fixes 2013-10-09 20:24:17 -04:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs Bumping version to 3.3.0 2014-02-18 11:25:01 +01:00
vm stat.h: remove some big_ types 2014-02-18 11:25:01 +01:00
Makefile lwip (inet's alternative) is compiled by default 2013-03-25 16:51:25 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00