diff options
| author | 2002-05-26 09:24:35 +0000 | |
|---|---|---|
| committer | 2002-05-26 09:24:35 +0000 | |
| commit | 13ee8a54b862cc0dfd91f39c641da06af64cc2b2 (patch) | |
| tree | cc15bdee8a5aa91ccbc87bc82fc9585d9342b76d /usr.sbin/arp/arp.c | |
| parent | - CPU_MAXID and CPU_CHIPSET were swapped in cpu.h (diff) | |
| download | wireguard-openbsd-13ee8a54b862cc0dfd91f39c641da06af64cc2b2.tar.xz wireguard-openbsd-13ee8a54b862cc0dfd91f39c641da06af64cc2b2.zip | |
pid_t cleanup
Diffstat (limited to 'usr.sbin/arp/arp.c')
| -rw-r--r-- | usr.sbin/arp/arp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c index 1b6d4249881..4c6e19a4119 100644 --- a/usr.sbin/arp/arp.c +++ b/usr.sbin/arp/arp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arp.c,v 1.21 2002/03/14 16:44:24 mpech Exp $ */ +/* $OpenBSD: arp.c,v 1.22 2002/05/26 09:25:21 deraadt Exp $ */ /* $NetBSD: arp.c,v 1.12 1995/04/24 13:25:18 cgd Exp $ */ /* @@ -45,7 +45,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)arp.c 8.2 (Berkeley) 1/2/94";*/ -static char *rcsid = "$OpenBSD: arp.c,v 1.21 2002/03/14 16:44:24 mpech Exp $"; +static char *rcsid = "$OpenBSD: arp.c,v 1.22 2002/05/26 09:25:21 deraadt Exp $"; #endif /* not lint */ /* @@ -91,7 +91,7 @@ int rtmsg(int); int set(int, char **); void usage(void); -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; |
