summaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-29 18:28:19 +0000
committerRoy Marples <roy@marples.name>2008-06-29 18:28:19 +0000
commitabc5592709affc9ec3f88ec786b624b69ee9f28f (patch)
tree402ab0d388cb1921a29c350c84831c8b311d1174 /net.h
parent1f96a7d73e5e735ffe3a34ddb892abda5cd7eaae (diff)
downloaddhcpcd-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net.h b/net.h
index aef09e33..5f98b526 100644
--- a/net.h
+++ b/net.h
@@ -119,7 +119,6 @@ struct interface
time_t start_uptime;
unsigned char *clientid;
- size_t clientid_len;
};
uint32_t get_netmask(uint32_t);