diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-11-16 00:16:40 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-11-16 00:16:40 +0000 |
commit | 0f68b27885cb5e3c1f31422aca81e64c44606c01 (patch) | |
tree | 9d002974a608151e86d04e20f4c9f4627444d7e4 /usr.sbin/tcpdump/print-dhcp6.c | |
parent | fd9480bcad07aec3b821468b78bd02eeb7ba29e5 (diff) |
Remove remaining instances of the register keyword.
ok deraadt@
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; |