Add /* !MAC */ to final #endif.

This commit is contained in:
Robert Watson 2004-05-03 22:54:46 +00:00
parent 300b40af25
commit 19b7882215
3 changed files with 3 additions and 3 deletions

View File

@ -1231,4 +1231,4 @@ mac_syscall(struct thread *td, struct mac_syscall_args *uap)
return (ENOSYS);
}
#endif
#endif /* !MAC */

View File

@ -1231,4 +1231,4 @@ mac_syscall(struct thread *td, struct mac_syscall_args *uap)
return (ENOSYS);
}
#endif
#endif /* !MAC */

View File

@ -1231,4 +1231,4 @@ mac_syscall(struct thread *td, struct mac_syscall_args *uap)
return (ENOSYS);
}
#endif
#endif /* !MAC */