* Fixed warnings.

* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33969 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-11-09 22:19:56 +00:00
parent 4bd3cce627
commit 48cfade40f
+2 -2
View File
@@ -190,7 +190,7 @@ int main(int argc, char **argv)
int i;
int ch, hold = 1, packlen, preload;
int maxsize, fdmasks;
size_t maxsizelen;
socklen_t maxsizelen;
u_char *datap, *packet;
char *target, hnamebuf[MAXHOSTNAMELEN];
u_char ttl = MAXTTL, loop = 1, df = 0;
@@ -1143,7 +1143,7 @@ pr_icmph(icp)
#ifdef ICMP_MASKREPLY
case ICMP_MASKREPLY:
(void)printf("Address Mask Reply (Mask 0x%08ld)\n",
ntohl(icp->icmp_mask));
(long)ntohl(icp->icmp_mask));
break;
#endif
default: