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

version 1.1.1.4, 2013/10/14 07:56:34 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"
Line 43 Line 46
 #ifdef HAVE_LINUX_AUDIT  #ifdef HAVE_LINUX_AUDIT
 # include "linux_audit.h"  # include "linux_audit.h"
 #endif  #endif
   
 #define DEFAULT_TEXT_DOMAIN     "sudoers"  
 #include "gettext.h"  
   
 void  void
 audit_success(char *exec_args[])  audit_success(char *exec_args[])

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


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