Diff for /embedaddon/sudo/plugins/sudoers/linux_audit.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:23:02 version 1.1.1.2, 2013/07/22 10:46:12
Line 1 Line 1
 /*  /*
 * Copyright (c) 2010 Todd C. Miller <Todd.Miller@courtesan.com> * Copyright (c) 2010, 2013 Todd C. Miller <Todd.Miller@courtesan.com>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 14 Line 14
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
#ifndef _SUDO_LINUX_AUDIT_H#ifndef _SUDOERS_LINUX_AUDIT_H
#define _SUDO_LINUX_AUDIT_H#define _SUDOERS_LINUX_AUDIT_H
   
 int     linux_audit_command(char *argv[], int result);  int     linux_audit_command(char *argv[], int result);
   
#endif /* _SUDO_LINUX_AUDIT_H */#endif /* _SUDOERS_LINUX_AUDIT_H */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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