diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-14 04:34:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-14 04:34:20 +0000 |
commit | 0e6fba08aae49f759c57bdf166083f6fcb6173cd (patch) | |
tree | f8b78e4751e3475b7ec426f39c27dba339c8b41a /usr.sbin/dhcpd/icmp.c | |
parent | 7a18bc4c88c80a179a7fcf67d3aacbdab6783cd5 (diff) |
spaces
Diffstat (limited to 'usr.sbin/dhcpd/icmp.c')
-rw-r--r-- | usr.sbin/dhcpd/icmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcpd/icmp.c b/usr.sbin/dhcpd/icmp.c index 167d483c687..882f14638b6 100644 --- a/usr.sbin/dhcpd/icmp.c +++ b/usr.sbin/dhcpd/icmp.c @@ -106,7 +106,7 @@ int icmp_echorequest (addr) icmp.icmp_seq = 0; #ifdef PTRSIZE_64BIT icmp.icmp_id = (((u_int32_t)(u_int64_t)addr) ^ - (u_int32_t)(((u_int64_t)addr) >> 32)); + (u_int32_t)(((u_int64_t)addr) >> 32)); #else icmp.icmp_id = (u_int32_t)addr; #endif |