Date: Thu, 16 Apr 2009 14:08:02 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 160699 for review Message-ID: <200904161408.n3GE82e3014229@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=160699 Change 160699 by rwatson@rwatson_cinnamon_macosx on 2009/04/16 14:08:00 Mac OS X Leopard documents sys/param.h and sys/mount.h for statfs(), but it turns out it also requires queue.h? Affected files ... .. //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 (text+ko) ==== @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $P4: //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#9 $ + * $P4: //depot/projects/trustedbsd/openbsm/libauditd/auditd_lib.c#10 $ */ #include <sys/param.h> @@ -34,13 +34,13 @@ #include <config/config.h> #include <sys/dirent.h> -#include <sys/mount.h> -#include <sys/socket.h> #ifdef HAVE_FULL_QUEUE_H #include <sys/queue.h> #else /* !HAVE_FULL_QUEUE_H */ #include <compat/queue.h> #endif /* !HAVE_FULL_QUEUE_H */ +#include <sys/mount.h> +#include <sys/socket.h> #include <sys/stat.h> #include <sys/time.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904161408.n3GE82e3014229>