summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2013-10-21 12:43:17 +0000
committerderaadt <deraadt@openbsd.org>2013-10-21 12:43:17 +0000
commit7fc8f76034e33c3075df5b2ee28f0da47e396211 (patch)
treec71c997ba0b7d5bebb0e72760451ae1cbc08c1da /sys
parent- -V after -t (diff)
downloadwireguard-openbsd-7fc8f76034e33c3075df5b2ee28f0da47e396211.tar.xz
wireguard-openbsd-7fc8f76034e33c3075df5b2ee28f0da47e396211.zip
Remove some historical comments.
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet/in.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 6df6ffab0d1..2e157ffe675 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.h,v 1.97 2013/10/09 09:33:43 mpi Exp $ */
+/* $OpenBSD: in.h,v 1.98 2013/10/21 12:43:17 deraadt Exp $ */
/* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */
/*
@@ -28,8 +28,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * @(#)in.h 8.3 (Berkeley) 1/3/94
*/
/*
@@ -283,9 +281,6 @@ struct ip_opts {
#define IP_MULTICAST_LOOP 11 /* u_char; set/get IP multicast loopback */
#define IP_ADD_MEMBERSHIP 12 /* ip_mreq; add an IP group membership */
#define IP_DROP_MEMBERSHIP 13 /* ip_mreq; drop an IP group membership */
-
-/* 14-17 left empty for future compatibility with FreeBSD */
-
#define IP_PORTRANGE 19 /* int; range to choose for unspec port */
#define IP_AUTH_LEVEL 20 /* int; authentication used */
#define IP_ESP_TRANS_LEVEL 21 /* int; transport encryption */