From e39a81186d7051914481f91628fef044d541ac30 Mon Sep 17 00:00:00 2001 From: Tetsuo Handa Date: Fri, 27 Mar 2009 13:12:16 +0900 Subject: [PATCH] --- yaml --- r: 137585 b: refs/heads/master c: a106cbfd1f3703402fc2d95d97e7a054102250f0 h: refs/heads/master i: 137583: 94c58db80f57bbc6a55df4d3ccc8b3b156f0f7c8 v: v3 --- [refs] | 2 +- trunk/security/tomoyo/common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 44fb0f6f5134..e13b7642bb8c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1987f17d2266e882862528841429b5bf67bc8fe5 +refs/heads/master: a106cbfd1f3703402fc2d95d97e7a054102250f0 diff --git a/trunk/security/tomoyo/common.h b/trunk/security/tomoyo/common.h index 6dcb7cc0ed1d..26a76d67aa1c 100644 --- a/trunk/security/tomoyo/common.h +++ b/trunk/security/tomoyo/common.h @@ -55,7 +55,7 @@ struct tomoyo_path_info { struct tomoyo_path_info_with_data { /* Keep "head" first, for this pointer is passed to tomoyo_free(). */ struct tomoyo_path_info head; - char bariier1[16]; /* Safeguard for overrun. */ + char barrier1[16]; /* Safeguard for overrun. */ char body[TOMOYO_MAX_PATHNAME_LEN]; char barrier2[16]; /* Safeguard for overrun. */ };