Diff for /embedaddon/sudo/plugins/sudoers/defaults.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2012/10/09 09:29:52 version 1.1.1.4, 2013/07/22 10:46:12
Line 1 Line 1
 /*  /*
 * Copyright (c) 1999-2005, 2008-2010 * Copyright (c) 1999-2005, 2008-2013
  *      Todd C. Miller <Todd.Miller@courtesan.com>   *      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
Line 19 Line 19
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.   * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */   */
   
#ifndef _SUDO_DEFAULTS_H#ifndef _SUDOERS_DEFAULTS_H
#define _SUDO_DEFAULTS_H#define _SUDOERS_DEFAULTS_H
   
 #include <def_data.h>  #include <def_data.h>
   
Line 113  bool check_defaults(int what, bool quiet); Line 113  bool check_defaults(int what, bool quiet);
   
 extern struct sudo_defs_types sudo_defs_table[];  extern struct sudo_defs_types sudo_defs_table[];
   
#endif /* _SUDO_DEFAULTS_H */#endif /* _SUDOERS_DEFAULTS_H */

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


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