]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Change get_option_addr to accept struct in_addr * instead of uint32_t *
authorRoy Marples <roy@marples.name>
Wed, 8 Jul 2009 17:01:38 +0000 (17:01 +0000)
committerRoy Marples <roy@marples.name>
Wed, 8 Jul 2009 17:01:38 +0000 (17:01 +0000)
commit95782488782a1ece83e00c5985a61bf90d724a94
tree953944fb0f3577272ce03bf27d7fb6cad953b97d
parentbf80d526822f7903b5da1e329627495aa6d34401
Change get_option_addr to accept struct in_addr * instead of uint32_t *
to fix an alignment issue on SGI MIPS.
configure.c
dhcp.c
dhcp.h
dhcpcd.c