Diff for /embedaddon/sudo/plugins/sudoers/audit.c between versions 1.1.1.3.2.1 and 1.1.1.5

version 1.1.1.3.2.1, 2013/07/22 00:54:41 version 1.1.1.5, 2014/06/15 16:12:54
Line 33 Line 33
 #endif /* HAVE_STDBOOL_H */  #endif /* HAVE_STDBOOL_H */
 #include <stdarg.h>  #include <stdarg.h>
   
   #define DEFAULT_TEXT_DOMAIN     "sudoers"
   #include "gettext.h"            /* must be included before missing.h */
   
 #include "missing.h"  #include "missing.h"
 #include "logging.h"  #include "logging.h"
 #include "sudo_debug.h"  #include "sudo_debug.h"
   
 #ifdef HAVE_BSM_AUDIT  #ifdef HAVE_BSM_AUDIT
 # include "bsm_audit.h"  # include "bsm_audit.h"
 # include "gettext.h"  
 #endif  #endif
 #ifdef HAVE_LINUX_AUDIT  #ifdef HAVE_LINUX_AUDIT
 # include "linux_audit.h"  # include "linux_audit.h"

Removed from v.1.1.1.3.2.1  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>