From 1287f2b5c3aa1075e59b5e84924fe68af9a52ddf Mon Sep 17 00:00:00 2001 From: Ananth N Mavinakayanahalli Date: Tue, 8 May 2007 00:26:23 -0700 Subject: [PATCH] --- yaml --- r: 54596 b: refs/heads/master c: 9b3af29bf33bfe08c604769632799d27d56ae103 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/kprobes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b02374cf4f68..b53d89598ff0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6de02123bf3e8baeee97fff7efc50bc192332804 +refs/heads/master: 9b3af29bf33bfe08c604769632799d27d56ae103 diff --git a/trunk/include/linux/kprobes.h b/trunk/include/linux/kprobes.h index 769be39b9681..f26460700379 100644 --- a/trunk/include/linux/kprobes.h +++ b/trunk/include/linux/kprobes.h @@ -78,7 +78,7 @@ struct kprobe { kprobe_opcode_t *addr; /* Allow user to indicate symbol name of the probe point */ - char *symbol_name; + const char *symbol_name; /* Offset into the symbol */ unsigned int offset;