Author: olivier (ports committer)
Date: Wed Jul  8 21:40:27 2020
New Revision: 363032
URL: https://svnweb.freebsd.org/changeset/base/363032

Log:
  Install extra TCP stack header files: They are needed to compile a userland
  component of TCP Blackbox Recorder as example.
  
  Approved by:  rrs
  Sponsored by: Netflix
  Differential Revision:        https://reviews.freebsd.org/D25584

Modified:
  head/etc/mtree/BSD.include.dist
  head/include/Makefile

Modified: head/etc/mtree/BSD.include.dist
==============================================================================
--- head/etc/mtree/BSD.include.dist     Wed Jul  8 21:20:12 2020        
(r363031)
+++ head/etc/mtree/BSD.include.dist     Wed Jul  8 21:40:27 2020        
(r363032)
@@ -228,6 +228,8 @@
         ..
         netdump
         ..
+        tcp_stacks
+        ..
     ..
     netinet6
     ..

Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile       Wed Jul  8 21:20:12 2020        (r363031)
+++ head/include/Makefile       Wed Jul  8 21:40:27 2020        (r363032)
@@ -57,6 +57,7 @@ LSUBDIRS=     cam/ata cam/mmc cam/nvme cam/scsi \
        netgraph/atm netgraph/netflow \
        netinet/cc \
        netinet/netdump \
+       netinet/tcp_stacks \
        security/audit \
        security/mac_biba security/mac_bsdextended security/mac_lomac \
        security/mac_mls security/mac_partition \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to