Matthew Dillon
831a80b0d5
Fix warnings in preparation for adding -Wall -Wcast-qual to the
...
kernel compile
1999-01-27 22:42:27 +00:00
Eivind Eklund
0189b9a1fd
... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(
1999-01-12 16:43:52 +00:00
Eivind Eklund
e23c7d8612
Avoid unnecessary GCCism - I hadn't noticed the __unused macro.
1999-01-12 16:40:57 +00:00
Eivind Eklund
19e5ea73d0
* Print pointers using the correct type (%p) instead of %x.
...
* Use the correct type for timeout function.
* Add missing #include.
1999-01-12 12:27:54 +00:00
Luigi Rizzo
4180488519
Add a missing bzero which could be the source of instability
...
problems reported recently (the rtentry pointer in the dummynet
queue was not initialized in all cases, resulting in spurious
rt_refcnt decreases in the lucky cases, and memory trashing in
other cases.
1999-01-11 11:08:07 +00:00
Luigi Rizzo
ea1f41f65f
Remove some unused variables.
1998-12-31 07:35:49 +00:00
Luigi Rizzo
b715f178c6
Last bits (i think) of dummynet for -current.
1998-12-14 18:09:13 +00:00
Luigi Rizzo
2655eb498f
Bring in new files for dummynet support
1998-09-12 22:03:21 +00:00