diff options
Diffstat (limited to 'usr.sbin/tcpdump/print-dhcp6.c')
-rw-r--r-- | usr.sbin/tcpdump/print-dhcp6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tcpdump/print-dhcp6.c b/usr.sbin/tcpdump/print-dhcp6.c index fd111244c17..08661d92c64 100644 --- a/usr.sbin/tcpdump/print-dhcp6.c +++ b/usr.sbin/tcpdump/print-dhcp6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print-dhcp6.c,v 1.8 2015/01/16 06:40:21 deraadt Exp $ */ +/* $OpenBSD: print-dhcp6.c,v 1.9 2015/11/16 00:16:39 mmcc Exp $ */ /* * Copyright (C) 1998 and 1999 WIDE Project. @@ -223,7 +223,7 @@ trunc: * Print dhcp6 requests */ void -dhcp6_print(register const u_char *cp, u_int length, +dhcp6_print(const u_char *cp, u_int length, u_short sport, u_short dport) { union dhcp6 *dh6; |