PERFORCE change 128265 for review

John Birrell jb at FreeBSD.org
Sun Oct 28 19:04:29 PDT 2007


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

Change 128265 by jb at jb_freebsd1 on 2007/10/29 02:03:43

	Include the atomic compatibility definitions.

Affected files ...

.. //depot/projects/dtrace/src/sys/compat/opensolaris/sys/bitmap.h#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/compat/opensolaris/sys/bitmap.h#2 (text+ko) ====

@@ -31,6 +31,8 @@
 #ifndef _COMPAT_OPENSOLARIS_SYS_BITMAP_H
 #define	_COMPAT_OPENSOLARIS_SYS_BITMAP_H
 
+#include <sys/atomic.h>
+
 /*
  * Operations on bitmaps of arbitrary size
  * A bitmap is a vector of 1 or more ulong_t's.


More information about the p4-projects mailing list