Change multiple inclusion guards to be _SUDOERS_FOO_H
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef _SUDO_LINUX_AUDIT_H
|
||||
#define _SUDO_LINUX_AUDIT_H
|
||||
#ifndef _SUDOERS_LINUX_AUDIT_H
|
||||
#define _SUDOERS_LINUX_AUDIT_H
|
||||
|
||||
int linux_audit_command(char *argv[], int result);
|
||||
|
||||
#endif /* _SUDO_LINUX_AUDIT_H */
|
||||
#endif /* _SUDOERS_LINUX_AUDIT_H */
|
||||
|
Reference in New Issue
Block a user