PERFORCE change 157918 for review

Julian Elischer julian at FreeBSD.org
Wed Feb 18 17:19:17 PST 2009


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

Change 157918 by julian at julian_trafmon1 on 2009/02/19 01:18:56

	make LINT compile

Affected files ...

.. //depot/projects/vimage/src/sys/netinet/sctp_crc32.c#10 edit

Differences ...

==== //depot/projects/vimage/src/sys/netinet/sctp_crc32.c#10 (text+ko) ====

@@ -30,17 +30,16 @@
 
 /* $KAME: sctp_crc32.c,v 1.12 2005/03/06 16:04:17 itojun Exp $	 */
 
-
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/sys/netinet/sctp_crc32.c,v 1.14 2009/02/14 11:34:57 rrs Exp $");
 
+#include <netinet/sctp_os.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/socketvar.h>
 #include <sys/uio.h>
 #include <sys/libkern.h>
 #include <netinet/sctp.h>
-#include <netinet/sctp_os.h>
 #include <netinet/sctp_crc32.h>
 #include <netinet/sctp_pcb.h>
 


More information about the p4-projects mailing list