PERFORCE change 43149 for review

[ Available lists | Index of p4-projects | Month of Nov 2003 | Week of 28 Nov 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sam Leffler <sam@FreeBSD.org>
Date
28 Nov 2003 23:22:24
Subject
PERFORCE change 43149 for review
Message-ID
200311290722.hAT7MNMe089081@repoman.freebsd.org


[ Hide this part ]
http://perforce.freebsd.org/chv.cgi?CH=43149

Change 43149 by sam@sam_ebb on 2003/11/28 23:21:51

must include mbuf.h for PACKET_* definitions since ip_var.h
references one in an inline function

Affected files ...

.. //depot/projects/netperf/sys/netinet/tcp_debug.c#2 edit

Differences ...

==== //depot/projects/netperf/sys/netinet/tcp_debug.c#2 (text+ko) ====

@@ -53,6 +53,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/protosw.h>
+#include <sys/mbuf.h>
#include <sys/socket.h>

#include <netinet/in.h>


Elapsed time: 0.088 seconds