From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peng Haitao Subject: [PATCH] remove redundant code Date: Thu, 04 Sep 2008 10:47:58 +0800 Message-ID: <48BF4C5E.9060705@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Steve Grubb Cc: audit-list List-Id: linux-audit@redhat.com Hello steve, AUDIT_LAST_EVENT is defined two times in libaudit.h, so the redundant code should be removed. Signed-off-by: Peng Haitao --- lib/libaudit.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/libaudit.h b/lib/libaudit.h index 9c274d8..bf9e22d 100644 --- a/lib/libaudit.h +++ b/lib/libaudit.h @@ -115,7 +115,6 @@ extern "C" { #ifndef AUDIT_EOE #define AUDIT_EOE 1320 /* End of event */ #endif -#define AUDIT_LAST_EVENT 1399 #define AUDIT_FIRST_SELINUX 1400 #define AUDIT_LAST_SELINUX 1499 -- 1.5.3 -- Regards Peng Haitao