Module Name:    src
Committed By:   maxv
Date:           Tue May  1 07:07:00 UTC 2018

Modified Files:
        src/sys/external/bsd/ipf/netinet: ip_compat.h

Log Message:
Remove unused alias to tcpiphdr.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/external/bsd/ipf/netinet/ip_compat.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/ipf/netinet/ip_compat.h
diff -u src/sys/external/bsd/ipf/netinet/ip_compat.h:1.11 src/sys/external/bsd/ipf/netinet/ip_compat.h:1.12
--- src/sys/external/bsd/ipf/netinet/ip_compat.h:1.11	Fri Aug  5 09:05:02 2016
+++ src/sys/external/bsd/ipf/netinet/ip_compat.h	Tue May  1 07:07:00 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: ip_compat.h,v 1.11 2016/08/05 09:05:02 christos Exp $	*/
+/*	$NetBSD: ip_compat.h,v 1.12 2018/05/01 07:07:00 maxv Exp $	*/
 
 /*
  * Copyright (C) 2012 by Darren Reed.
@@ -762,7 +762,6 @@ typedef	struct	udphdr	udphdr_t;
 typedef	struct	icmp	icmphdr_t;
 typedef	struct	ip	ip_t;
 typedef	struct	ether_header	ether_header_t;
-typedef	struct	tcpiphdr	tcpiphdr_t;
 
 #ifndef	FR_GROUPLEN
 # define	FR_GROUPLEN	16

Reply via email to