mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 10:02:12 +00:00
Add /* !MAC */ to final #endif.
This commit is contained in:
parent
300b40af25
commit
19b7882215
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128901
@ -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…
x
Reference in New Issue
Block a user