aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ndp
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2002-07-25 01:48:19 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2002-07-25 01:48:19 +0000
commit42f3352b5cd13b84e25c763a3eb7db49e43e8d6b (patch)
tree7aa1da149413e9dc6c2639df962ad36ad0079a4e /usr.sbin/ndp
parentb294c6a39a593e5e22779010d4286b6af0caf0e7 (diff)
downloadsrc-42f3352b5cd13b84e25c763a3eb7db49e43e8d6b.tar.gz
src-42f3352b5cd13b84e25c763a3eb7db49e43e8d6b.zip
Change 'int pid' to 'pid_t pid'
Submitted by: Bruce "Allah" Dang <bruce@research.teamxor.org>
Notes
Notes: svn path=/head/; revision=100650
Diffstat (limited to 'usr.sbin/ndp')
-rw-r--r--usr.sbin/ndp/ndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c
index 8e2fb781e629..3ad148b4dcb5 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -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;