[PATCH] kernel/audit.o: make size smaller Signed-off-by: Masoud A Sharbiani Signed-off-by: Alexey Dobriyan Index: linux-kj/kernel/audit.c =================================================================== --- linux-kj.orig/kernel/audit.c 2005-10-11 18:36:36.000000000 +0400 +++ linux-kj/kernel/audit.c 2005-10-11 18:38:19.000000000 +0400 @@ -787,7 +787,7 @@ void audit_log_hex(struct audit_buffer * int i, avail, new_len; unsigned char *ptr; struct sk_buff *skb; - static const unsigned char *hex = "0123456789ABCDEF"; + static const unsigned char hex[] = "0123456789ABCDEF"; BUG_ON(!ab->skb); skb = ab->skb;