diff options
| author | Roy Marples <roy@marples.name> | 2008-06-29 18:28:19 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-06-29 18:28:19 +0000 |
| commit | abc5592709affc9ec3f88ec786b624b69ee9f28f (patch) | |
| tree | 402ab0d388cb1921a29c350c84831c8b311d1174 /net.h | |
| parent | 1f96a7d73e5e735ffe3a34ddb892abda5cd7eaae (diff) | |
| download | dhcpcd-abc5592709affc9ec3f88ec786b624b69ee9f28f.tar.xz | |
Save a few bytes by treating some strings like DHCP options, having the first byte as the length.
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -119,7 +119,6 @@ struct interface time_t start_uptime; unsigned char *clientid; - size_t clientid_len; }; uint32_t get_netmask(uint32_t); |
