* 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user