Change 'int pid' to 'pid_t pid'
Submitted by: Bruce "Allah" Dang <bruce@research.teamxor.org>
This commit is contained in:
parent
fb8a7e629e
commit
64e213ef35
@ -99,7 +99,7 @@ int my_ether_aton(char *a, struct ether_addr *n);
|
||||
int rtmsg(int cmd);
|
||||
int get_ether_addr(u_int32_t ipaddr, struct ether_addr *hwaddr);
|
||||
|
||||
static int pid;
|
||||
static pid_t pid;
|
||||
static int nflag; /* no reverse dns lookups */
|
||||
static int aflag; /* do it for all entries */
|
||||
static int s = -1;
|
||||
|
@ -122,7 +122,7 @@
|
||||
((a) > 0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) : sizeof(long))
|
||||
#define ADVANCE(x, n) (x += ROUNDUP((n)->sa_len))
|
||||
|
||||
static int pid;
|
||||
static pid_t pid;
|
||||
static int cflag;
|
||||
static int nflag;
|
||||
static int tflag;
|
||||
|
Loading…
Reference in New Issue
Block a user