enami 723ff30abc Fix some bugs in ifconf():
- maintain space left correctly.  the pointer is advanced by the size
  of struct ifreq when length of address is small.
- single sizeof operator is enough to take the size of struct.
- the type of `sz' must be singed type since it is/was compared against to
  the variable which may become negative.
- no need to traverse rest of interfaces once we got an error.  note that
  the latter `break' statement was inside inner loop.
2007-06-01 09:35:47 +00:00
2007-05-30 16:23:22 +00:00
2007-05-28 15:14:55 +00:00
2007-05-31 21:46:03 +00:00
2007-05-31 21:52:31 +00:00
2007-05-30 14:25:32 +00:00
2007-05-31 20:03:59 +00:00
2007-06-01 09:35:47 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%