]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Try and avoid using __packed.
authorRoy Marples <roy@marples.name>
Wed, 5 Oct 2016 11:28:48 +0000 (11:28 +0000)
committerRoy Marples <roy@marples.name>
Wed, 5 Oct 2016 11:28:48 +0000 (11:28 +0000)
commitc4537154a5ad2442b23d85060b2c991cfe1bf858
treece1766ddbc0b4b51f7572cba431d59a9d175e516
parentd4595ab14ff539001ca3874cb798073a4c45bc56
Try and avoid using __packed.
Instead use __CTASSERT to ensure the structure is the correct size for on-wire.
This allows for more efficient binaries to be produced.
auth.c
common.h
dhcp.c
dhcp.h
dhcp6.c
dhcp6.h