Date: Sat, 22 Dec 2018 21:49:25 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r342374 - head/sys/contrib/ipfilter/netinet Message-ID: <201812222149.wBMLnPgn016964@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sat Dec 22 21:49:25 2018 New Revision: 342374 URL: https://svnweb.freebsd.org/changeset/base/342374 Log: Remove the last vestiges of HP/UX from a FreeBSD-only ipfilter source file. MFC after: 1 week Modified: head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Modified: head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c ============================================================================== --- head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Sat Dec 22 21:32:37 2018 (r342373) +++ head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Sat Dec 22 21:49:25 2018 (r342374) @@ -39,9 +39,7 @@ static const char rcsid[] = "@(#)$Id$"; # include <sys/malloc.h> # include <sys/mbuf.h> # include <sys/sockopt.h> -#if !defined(__hpux) # include <sys/mbuf.h> -#endif #include <sys/socket.h> # include <sys/selinfo.h> # include <netinet/tcp_var.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812222149.wBMLnPgn016964>