[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 2006-01-18 02:21:43.000000000 +0300 +++ linux-kj/kernel/audit.c 2006-01-18 16:44:43.000000000 +0300 @@ -789,7 +789,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;