diff options
author | 2014-07-10 11:48:14 +0000 | |
---|---|---|
committer | 2014-07-10 11:48:14 +0000 | |
commit | e87ff44a24318f51a21c69a111110c05c4c61723 (patch) | |
tree | 3ee8efbbdfe8b41e027f42d6237696939d105ffe | |
parent | Always assign the device address found by the USB stack even if it (diff) | |
download | wireguard-openbsd-e87ff44a24318f51a21c69a111110c05c4c61723.tar.xz wireguard-openbsd-e87ff44a24318f51a21c69a111110c05c4c61723.zip |
time to claim copyright
-rw-r--r-- | sys/net/bpf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c index ddc89ba8aca..6c50df8b71a 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -1,9 +1,10 @@ -/* $OpenBSD: bpf.c,v 1.100 2014/07/10 11:44:56 henning Exp $ */ +/* $OpenBSD: bpf.c,v 1.101 2014/07/10 11:48:14 henning Exp $ */ /* $NetBSD: bpf.c,v 1.33 1997/02/21 23:59:35 thorpej Exp $ */ /* * Copyright (c) 1990, 1991, 1993 * The Regents of the University of California. All rights reserved. + * Copyright (c) 2010, 2014 Henning Brauer <henning@openbsd.org> * * This code is derived from the Stanford/CMU enet packet filter, * (net/enet.c) distributed as part of 4.3BSD, and code contributed |