summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-26 01:21:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-26 01:21:13 +0000
commit0eb5bf872087d10dc67b98421ccddbadd0461f8b (patch)
tree02fc6ba809692449c2c0f248289a437f4f83ddd2 /usr.sbin/ndp
parentbb034878f7ad38088dc2a0533ad4990f6ce5575d (diff)
pid_t cleanup; itojun ok
Diffstat (limited to 'usr.sbin/ndp')
-rw-r--r--usr.sbin/ndp/ndp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c
index 6cc7c9fc005..685d7294876 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ndp.c,v 1.14 2002/02/17 19:42:38 millert Exp $ */
+/* $OpenBSD: ndp.c,v 1.15 2002/05/26 01:21:12 deraadt Exp $ */
/* $KAME: ndp.c,v 1.69 2001/07/23 14:46:31 itojun Exp $ */
/*
@@ -127,7 +127,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;