svn commit: r344835 - in stable: 11/sys/contrib/ipfilter/netinet 12/sys/contrib/ipfilter/netinet
Cy Schubert
cy at FreeBSD.org
Wed Mar 6 02:43:33 UTC 2019
Author: cy
Date: Wed Mar 6 02:43:31 2019
New Revision: 344835
URL: https://svnweb.freebsd.org/changeset/base/344835
Log:
MFC r343703
Remove a reference to HP-UX in a comment.
Modified:
stable/12/sys/contrib/ipfilter/netinet/fil.c
Directory Properties:
stable/12/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/11/sys/contrib/ipfilter/netinet/fil.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/12/sys/contrib/ipfilter/netinet/fil.c
==============================================================================
--- stable/12/sys/contrib/ipfilter/netinet/fil.c Wed Mar 6 02:40:01 2019 (r344834)
+++ stable/12/sys/contrib/ipfilter/netinet/fil.c Wed Mar 6 02:43:31 2019 (r344835)
@@ -2784,7 +2784,7 @@ ipf_firewall(fin, passp)
/* out(I) - 0 == packet going in, 1 == packet going out */
/* mp(IO) - pointer to caller's buffer pointer that holds this */
/* IP packet. */
-/* Solaris & HP-UX ONLY : */
+/* Solaris: */
/* qpi(I) - pointer to STREAMS queue information for this */
/* interface & direction. */
/* */
More information about the svn-src-stable
mailing list