From 224fa274b6ab23609ccdda49fbf0e5e862f94d2e Mon Sep 17 00:00:00 2001 From: KOSAKI Motohiro Date: Mon, 26 Oct 2009 16:49:37 -0700 Subject: [PATCH] --- yaml --- r: 167726 b: refs/heads/master c: 0a1b71b4008d332e57b5605a8228ea7aa96687e8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/string.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index aa4e57a1a2fe..04a27b3214c7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 478988d3b28e98a31e0cfe24e011e28ba0f3cf0d +refs/heads/master: 0a1b71b4008d332e57b5605a8228ea7aa96687e8 diff --git a/trunk/include/linux/string.h b/trunk/include/linux/string.h index 489019ef1694..b8508868d5ad 100644 --- a/trunk/include/linux/string.h +++ b/trunk/include/linux/string.h @@ -62,7 +62,7 @@ extern char * strnchr(const char *, size_t, int); #ifndef __HAVE_ARCH_STRRCHR extern char * strrchr(const char *,int); #endif -extern char * strstrip(char *); +extern char * __must_check strstrip(char *); #ifndef __HAVE_ARCH_STRSTR extern char * strstr(const char *,const char *); #endif