summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-10-25 19:33:06 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-10-25 19:33:06 +0000
commit6cf15c3b943abc6d50a599cd0f3d67dfa9a31eff (patch)
tree5b16f02153fc435b010c7f66bcc62f9df01c78ec /usr.bin
parent5e1f634765a112db3ba846bc4bb7d9c426dac02d (diff)
#undef p2 in carp_stats()
Pointed out by Max Laier
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/inet.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index 569a2771d2d..b340f2139a1 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: inet.c,v 1.69 2003/10/17 21:04:59 mcbride Exp $ */
+/* $OpenBSD: inet.c,v 1.70 2003/10/25 19:33:05 mcbride Exp $ */
/* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */
/*
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "from: @(#)inet.c 8.4 (Berkeley) 4/20/94";
#else
-static char *rcsid = "$OpenBSD: inet.c,v 1.69 2003/10/17 21:04:59 mcbride Exp $";
+static char *rcsid = "$OpenBSD: inet.c,v 1.70 2003/10/25 19:33:05 mcbride Exp $";
#endif
#endif /* not lint */
@@ -867,6 +867,7 @@ carp_stats(u_long off, char *name)
p(carps_ostates, "\t\t%s state update%s sent\n");
#endif
#undef p
+#undef p2
}
/*