]> Zhao Yanbai Git Server - minix.git/commit
inet: resolve some compile and runtime warnings 71/3071/1
authorDavid van Moolenbroek <david@minix3.org>
Tue, 1 Sep 2015 16:20:18 +0000 (16:20 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 1 Sep 2015 16:21:20 +0000 (16:21 +0000)
commit1d9856e71383f6a4ad7a5e7d19e19ff98e0ea22a
tree8cee9a88dce3540b551b915f44dddc7ffb066a26
parent4b12166f268352284014ecf4184d0132c4bedb45
inet: resolve some compile and runtime warnings

- ping(1) triggers warnings about unimplemented exceptions for select;
  even if there could be a useful implementation (which is doubtful),
  the warnings are not helping anyone right now;
- the clock_t data type has changed.

Change-Id: Ie5b1383e7657e8501f63bb4b9d255c6502567a15
minix/net/inet/clock.c
minix/net/inet/generic/eth.c
minix/net/inet/generic/ip.c
minix/net/inet/generic/udp.c