1
0
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:
Robert Watson 2004-05-03 22:54:46 +00:00
parent 300b40af25
commit 19b7882215
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128901
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 */