Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 14:26:48 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15698 for review
Message-ID:  <200208082126.g78LQmqf017080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15698

Change 15698 by rwatson@rwatson_paprika on 2002/08/08 14:26:20

	Compile fix for TCP debugging, due to inclusion of IP
	fragmentation header (?).  Parallel fix to an identical fix
	in the main tree.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/netinet/tcp_debug.c#3 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/netinet/tcp_debug.c#3 (text+ko) ====

@@ -51,6 +51,7 @@
 #endif
 
 #include <sys/param.h>
+#include <sys/mac.h>
 #include <sys/systm.h>
 #include <sys/protosw.h>
 #include <sys/socket.h>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208082126.g78LQmqf017080>