dim
|
7654ad9896
|
In sbin/dhclient, since we know the size of the source strings anyway,
we might as well use memcpy; strlcpy is really unnecessary here.
MFC after: 1 week
|
2011-12-17 01:29:46 +00:00 |
|
dim
|
b10871ad5b
|
In sbin/dhclient, work around warnings about the size argument to
strlcpy appearing to be the size of the source buffer, instead of the
destination.
MFC after: 1 week
|
2011-12-17 01:19:07 +00:00 |
|
brooks
|
b9c30d0c57
|
Add __FBSDID to all .c files in dhclient to aid in determining file
versions when dealing with user problems.
|
2005-08-23 23:59:55 +00:00 |
|
brooks
|
c93fbf7bf1
|
NULL is not a valid time_t.
Submitted by: sam
|
2005-06-07 04:14:54 +00:00 |
|
brooks
|
9066b3f834
|
Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tag
OPENBSD_3_7).
|
2005-06-07 04:05:09 +00:00 |
|