diff options
author | 2013-10-21 12:40:50 +0000 | |
---|---|---|
committer | 2013-10-21 12:40:50 +0000 | |
commit | 0932b21fc2fa57ef12da06af9c4ed3be5bead647 (patch) | |
tree | 69fe4f3c8de69d3431524bca4aa1b3ea09c6f2e8 | |
parent | pretty up a disgusting chunk (diff) | |
download | wireguard-openbsd-0932b21fc2fa57ef12da06af9c4ed3be5bead647.tar.xz wireguard-openbsd-0932b21fc2fa57ef12da06af9c4ed3be5bead647.zip |
Remove comment regarding BSDI.
-rw-r--r-- | sys/netinet6/ip6protosw.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h index ef25a18478f..6b1c677fa1c 100644 --- a/sys/netinet6/ip6protosw.h +++ b/sys/netinet6/ip6protosw.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6protosw.h,v 1.9 2013/06/01 16:22:05 bluhm Exp $ */ +/* $OpenBSD: ip6protosw.h,v 1.10 2013/10/21 12:40:50 deraadt Exp $ */ /* $KAME: ip6protosw.h,v 1.22 2001/02/08 18:02:08 itojun Exp $ */ /* @@ -31,8 +31,6 @@ * */ -/* BSDI protosw.h,v 2.3 1996/10/11 16:02:40 pjd Exp */ - /*- * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. |