PERFORCE change 147532 for review

Marko Zec zec at FreeBSD.org
Sat Aug 16 12:56:36 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147532

Change 147532 by zec at zec_tpx32 on 2008/08/16 12:56:28

	Looks like I was a bit hasty with change 147531.  ip_newid()
	is an inline defined in ip_var.h, so whereever it is used in
	the code, definitions from sys/vimage.h are required.  So,
	instead of reverting back to pre-147531, #include sys/vimage.h
	once from netinet/ip_var.h, instead of having it in included
	individually from a multitude of affected .c files.
	of .

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netinet/ip_var.h#3 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netinet/ip_var.h#3 (text+ko) ====

@@ -34,6 +34,7 @@
 #define	_NETINET_IP_VAR_H_
 
 #include <sys/queue.h>
+#include <sys/vimage.h>
 
 /*
  * Overlay for ip header used by other protocols (tcp, udp).


More information about the p4-projects mailing list