[haiku-commits] r39968 - haiku/trunk/src/libs/compat/freebsd_network/compat/sys

  • From: fredrik.holmqvist@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 27 Dec 2010 23:18:30 +0100 (CET)

Author: tqh
Date: 2010-12-27 23:18:30 +0100 (Mon, 27 Dec 2010)
New Revision: 39968
Changeset: http://dev.haiku-os.org/changeset/39968

Modified:
   haiku/trunk/src/libs/compat/freebsd_network/compat/sys/libkern.h
Log:
Don't include sys/system.h. This avoids header recursions (the header guards 
kept us safe). CID 4865, CID 4894.


Modified: haiku/trunk/src/libs/compat/freebsd_network/compat/sys/libkern.h
===================================================================
--- haiku/trunk/src/libs/compat/freebsd_network/compat/sys/libkern.h    
2010-12-27 21:17:20 UTC (rev 39967)
+++ haiku/trunk/src/libs/compat/freebsd_network/compat/sys/libkern.h    
2010-12-27 22:18:30 UTC (rev 39968)
@@ -8,7 +8,6 @@
 
 #include <sys/cdefs.h>
 #include <sys/types.h>
-#include <sys/systm.h>
 
 
 extern int random(void);


Other related posts:

  • » [haiku-commits] r39968 - haiku/trunk/src/libs/compat/freebsd_network/compat/sys - fredrik . holmqvist