summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-pflog.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tcpdump/print-pflog.c')
-rw-r--r--usr.sbin/tcpdump/print-pflog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-pflog.c b/usr.sbin/tcpdump/print-pflog.c
index 3b29501841e..7d510dcf012 100644
--- a/usr.sbin/tcpdump/print-pflog.c
+++ b/usr.sbin/tcpdump/print-pflog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: print-pflog.c,v 1.27 2015/01/20 18:26:58 deraadt Exp $ */
+/* $OpenBSD: print-pflog.c,v 1.28 2015/11/16 00:16:39 mmcc Exp $ */
/*
* Copyright (c) 1990, 1991, 1993, 1994, 1995, 1996
@@ -56,7 +56,7 @@ char *pf_reasons[PFRES_MAX+2] = PFRES_NAMES;
void
pflog_if_print(u_char *user, const struct pcap_pkthdr *h,
- register const u_char *p)
+ const u_char *p)
{
u_int length = h->len;
u_int hdrlen;