Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2007 02:04:20 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 128265 for review
Message-ID:  <200710290204.l9T24KHd084962@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128265

Change 128265 by jb@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710290204.l9T24KHd084962>