From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Grubb Subject: Re: Please check svn was Re: [PATCH] Have auditctl check the capability... Date: Thu, 22 Mar 2012 08:55:58 -0400 Message-ID: <201203220855.58856.sgrubb@redhat.com> References: <201203211736.16722.sgrubb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Peter Moody Cc: linux-audit@redhat.com List-Id: linux-audit@redhat.com On Wednesday, March 21, 2012 06:12:31 PM Peter Moody wrote: > lib/gen_tables.c is missing an include for linux/fs.h > src/ausearch-report.c is missing includes for linux/fs.h and limits.h > > refuses to build w/o these includes. builds and appears to work > correctly when they're added. I think I have these fixed in svn, do you mind pulling a fresh copy and checking it? The limits.h include is fine. But I made the fs.h inclusion optional because it sounds like broken headers. It should autodetect the problem, but its needs checking. If no one else has any issues to report we should be ready to do a release. Thanks, -Steve