minix/servers/inet
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
..
generic Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
buf.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
clock.c Alignement on netbsd types, part 1 2014-02-18 11:25:01 +01:00
const.h New inet with partial select implementation 2005-06-28 15:19:58 +00:00
inet.c fix inet warnings 2013-05-31 14:30:52 +00:00
inet.h fix inet warnings 2013-05-31 14:30:52 +00:00
inet_config.c fix inet warnings 2013-05-31 14:30:52 +00:00
inet_config.h fix inet warnings 2013-05-31 14:30:52 +00:00
Makefile fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
mnx_eth.c inet: Reply to TASK messages even if we're waiting for STAT reply 2013-09-12 14:06:27 +02:00
mq.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
mq.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
osdep_eth.h This patch switches the MINIX3 ethernet driver stack from a port-based 2010-05-17 22:22:53 +00:00
proto.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
qp.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
qp.h More stack for tcpd. 2006-07-13 13:19:48 +00:00
queryparam.c fix inet warnings 2013-05-31 14:30:52 +00:00
queryparam.h fix inet warnings 2013-05-31 14:30:52 +00:00
sr.c various warning/errorwarning fixes for gcc47 2012-08-27 16:19:18 +02:00
sr_int.h More use of endpoint_t. Other code cleanup. 2010-03-30 14:07:15 +00:00
version.c New inet with partial select implementation 2005-06-28 15:19:58 +00:00