aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_posix_shm.c
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2013-10-01 15:40:27 +0000
committerMark Johnston <markj@FreeBSD.org>2013-10-01 15:40:27 +0000
commit92c6196caadbcb648cd757d5f4b4e0b6426097f9 (patch)
tree6d1518d990c5d56b84869843eb8670109c1f9028 /sys/security/mac/mac_posix_shm.c
parentef7a7bb8ab873b8f589ee9b98b70826bc3970c49 (diff)
downloadsrc-92c6196caadbcb648cd757d5f4b4e0b6426097f9.tar.gz
src-92c6196caadbcb648cd757d5f4b4e0b6426097f9.zip
Fix some typos that were causing probe argument types to show up as unknown.
Reviewed by: rwatson (mac provider) Approved by: re (glebius) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=255971
Diffstat (limited to 'sys/security/mac/mac_posix_shm.c')
-rw-r--r--sys/security/mac/mac_posix_shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_posix_shm.c b/sys/security/mac/mac_posix_shm.c
index 1202d46303a3..15b298d82d02 100644
--- a/sys/security/mac/mac_posix_shm.c
+++ b/sys/security/mac/mac_posix_shm.c
@@ -133,7 +133,7 @@ mac_posixshm_check_mmap(struct ucred *cred, struct shmfd *shmfd, int prot,
}
MAC_CHECK_PROBE_DEFINE3(posixshm_check_open, "struct ucred *",
- "struct shmfd *", "accmode_t accmode");
+ "struct shmfd *", "accmode_t");
int
mac_posixshm_check_open(struct ucred *cred, struct shmfd *shmfd,