Change 'int pid' to 'pid_t pid'

Submitted by:	Bruce "Allah" Dang <bruce@research.teamxor.org>
This commit is contained in:
Juli Mallett 2002-07-25 01:48:19 +00:00
parent b294c6a39a
commit 42f3352b5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100650
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;