linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / string.h
index b9fc594..369be32 100644 (file)
@@ -88,6 +88,8 @@ 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, gfp_t gfp);
+
 #ifdef __cplusplus
 }
 #endif