diff options
| author | 2005-10-11 01:48:37 -0400 | |
|---|---|---|
| committer | 2005-10-11 01:48:37 -0400 | |
| commit | 1a04392bd6439876b1552793389cbb5be356ea54 (patch) | |
| tree | 12af7b77e3b0848127f2d2871778c9c1f315578a /include/linux/string.h | |
| parent | [libata pdc_adma] license update, minor cleanup (diff) | |
| parent | [PATCH] i386: Don't discard upper 32bits of HWCR on K8 (diff) | |
Merge branch 'master'
Diffstat (limited to 'include/linux/string.h')
| -rw-r--r-- | include/linux/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index dab2652acbd8..369be3264a55 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -88,7 +88,7 @@ extern int memcmp(const void *,const void *,__kernel_size_t); extern void * memchr(const void *,int,__kernel_size_t); #endif -extern char *kstrdup(const char *s, unsigned int __nocast gfp); +extern char *kstrdup(const char *s, gfp_t gfp); #ifdef __cplusplus } |
