Add /* !MAC */ to final #endif.
This commit is contained in:
parent
300b40af25
commit
19b7882215
@ -1231,4 +1231,4 @@ mac_syscall(struct thread *td, struct mac_syscall_args *uap)
|
||||
return (ENOSYS);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* !MAC */
|
||||
|
@ -1231,4 +1231,4 @@ mac_syscall(struct thread *td, struct mac_syscall_args *uap)
|
||||
return (ENOSYS);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* !MAC */
|
||||
|
@ -1231,4 +1231,4 @@ mac_syscall(struct thread *td, struct mac_syscall_args *uap)
|
||||
return (ENOSYS);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* !MAC */
|
||||
|
Loading…
Reference in New Issue
Block a user