summaryrefslogtreecommitdiffstats
path: root/ipv4ll.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-16 16:38:47 +0000
committerRoy Marples <roy@marples.name>2008-01-16 16:38:47 +0000
commit2f736fb7ce0e5e8a21387ac78819bebf673eca79 (patch)
treef75bd0812c3aa915b95af242d7ee89a670b4fed7 /ipv4ll.c
parentfc367a018f017e43544224bea067d6957efb4eca (diff)
downloaddhcpcd-2f736fb7ce0e5e8a21387ac78819bebf673eca79.tar.xz
Re format for standard tabs.
Diffstat (limited to 'ipv4ll.c')
-rw-r--r--ipv4ll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipv4ll.c b/ipv4ll.c
index fd46c814..e6ecf87c 100644
--- a/ipv4ll.c
+++ b/ipv4ll.c
@@ -45,7 +45,7 @@ int ipv4ll_get_address (interface_t *iface, dhcp_t *dhcp) {
while (1) {
addr.s_addr = htonl (LINKLOCAL_ADDR |
- ((abs (random ()) % 0xFD00) + 0x0100));
+ ((abs (random ()) % 0xFD00) + 0x0100));
errno = 0;
if (! arp_claim (iface, addr))
break;