mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Merge Perforce change 93568 from TrustedBSD audit3 branch:
Normalize nested include guards. Obtained from: TrustedBSD Project
This commit is contained in:
parent
ca404c7dca
commit
17363e6da7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=156882
@ -34,8 +34,8 @@
|
||||
* necessary for the kernel as a whole to interact with the audit subsystem.
|
||||
*/
|
||||
|
||||
#ifndef _BSM_AUDIT_KERNEL_H
|
||||
#define _BSM_AUDIT_KERNEL_H
|
||||
#ifndef _SECURITY_AUDIT_KERNEL_H_
|
||||
#define _SEUCRITY_AUDIT_KERNEL_H_
|
||||
|
||||
#ifndef _KERNEL
|
||||
#error "no user-serviceable parts inside"
|
||||
@ -236,4 +236,4 @@ void audit_proc_free(struct proc *p);
|
||||
|
||||
#endif /* AUDIT */
|
||||
|
||||
#endif /* !_BSM_AUDIT_KERNEL_H */
|
||||
#endif /* !_SECURITY_AUDIT_KERNEL_H_ */
|
||||
|
@ -34,8 +34,8 @@
|
||||
* within the audit implementation.
|
||||
*/
|
||||
|
||||
#ifndef _BSM_AUDIT_PRIVATE_H
|
||||
#define _BSM_AUDIT_PRIVATE_H
|
||||
#ifndef _SECURITY_AUDIT_PRIVATE_H_
|
||||
#define _SECURITY_AUDIT_PRIVATE_H_
|
||||
|
||||
#ifndef _KERNEL
|
||||
#error "no user-serviceable parts inside"
|
||||
@ -302,4 +302,4 @@ void audit_rotate_vnode(struct ucred *cred,
|
||||
*/
|
||||
void audit_pipe_submit(void *record, u_int record_len);
|
||||
|
||||
#endif /* ! _BSM_AUDIT_PRIVATE_H */
|
||||
#endif /* ! _SECURITY_AUDIT_PRIVATE_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user