svn commit: r343703 - head/sys/contrib/ipfilter/netinet
Cy Schubert
cy at FreeBSD.org
Sun Feb 3 05:26:06 UTC 2019
Author: cy
Date: Sun Feb 3 05:26:04 2019
New Revision: 343703
URL: https://svnweb.freebsd.org/changeset/base/343703
Log:
Remove a reference to HP-UX in a comment.
MFC after: 1 month
Modified:
head/sys/contrib/ipfilter/netinet/fil.c
Modified: head/sys/contrib/ipfilter/netinet/fil.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/fil.c Sun Feb 3 05:26:01 2019 (r343702)
+++ head/sys/contrib/ipfilter/netinet/fil.c Sun Feb 3 05:26:04 2019 (r343703)
@@ -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-all
mailing list