mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
9d617478bd
The code has its own TIME type, which is actually defined to time_t, but it still used u_int32_t in some places. In addition, dhclient not only had two separate global cur_time variables, one of which was defined as u_int32_t and the other as TIME, but cur_time was sometimes shadowed by local variables, leading to widespread confusion as to which of these variable was being referenced. There is a lesson in here somewhere: a decent compiler with warnings enabled should have caught all of this long before it became a problem. This patch has been submitted to the vendor, but it will likely be some time before they release a version that includes it. Approved by: mbr |
||
---|---|---|
.. | ||
alloc.c | ||
array.c | ||
auth.c | ||
buffer.c | ||
connection.c | ||
convert.c | ||
dispatch.c | ||
errwarn.c | ||
generic.c | ||
handle.c | ||
hash.c | ||
inet_addr.c | ||
listener.c | ||
Makefile.dist | ||
message.c | ||
mrtrace.c | ||
omapi.3 | ||
protocol.c | ||
result.c | ||
support.c | ||
test.c | ||
toisc.c | ||
trace.c |