Changeset 489 for trunk/src/sh_audit.c


Ignore:
Timestamp:
Sep 24, 2015, 8:18:00 PM (9 years ago)
Author:
katerina
Message:

Version 4.1.0 final.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_audit.c

    r488 r489  
    3434#include "sh_error.h"
    3535
     36#undef  FIL__
     37#define FIL__  _("sh_audit.c")
     38
    3639#if !defined(SH_COMPILE_STATIC) && defined(__linux__) && defined(HAVE_AUPARSE_H) && defined(HAVE_AUPARSE_LIB)
    3740#include <auparse.h>
     
    4043#include "sh_utils.h"
    4144
    42 #undef  FIL__
    43 #define FIL__  _("sh_audit.c")
    4445
    4546#define REC_SIZE_SYSCALL 32
     
    217218    {
    218219      time_t new;
    219       char buf[64];
    220220     
    221221      if (mtime >= ctime) { new = mtime; }
Note: See TracChangeset for help on using the changeset viewer.