Changeset 489 for trunk/src/sh_audit.c
- Timestamp:
- Sep 24, 2015, 8:18:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_audit.c
r488 r489 34 34 #include "sh_error.h" 35 35 36 #undef FIL__ 37 #define FIL__ _("sh_audit.c") 38 36 39 #if !defined(SH_COMPILE_STATIC) && defined(__linux__) && defined(HAVE_AUPARSE_H) && defined(HAVE_AUPARSE_LIB) 37 40 #include <auparse.h> … … 40 43 #include "sh_utils.h" 41 44 42 #undef FIL__43 #define FIL__ _("sh_audit.c")44 45 45 46 #define REC_SIZE_SYSCALL 32 … … 217 218 { 218 219 time_t new; 219 char buf[64];220 220 221 221 if (mtime >= ctime) { new = mtime; }
Note:
See TracChangeset
for help on using the changeset viewer.