X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fstring.h;h=aa40f92c298d66ef2de5341bc62bf1a9fbe28806;hb=5351fb106a84d6ac584c2501e3b335093d38a58c;hp=225575997392a99db649a8018f58297450e35cfa;hpb=129521dcc94f781890f8f668219ab79f0073ff9f;p=powerpc.git diff --git a/include/asm-powerpc/string.h b/include/asm-powerpc/string.h index 2255759973..aa40f92c29 100644 --- a/include/asm-powerpc/string.h +++ b/include/asm-powerpc/string.h @@ -1,5 +1,5 @@ -#ifndef _PPC_STRING_H_ -#define _PPC_STRING_H_ +#ifndef _ASM_POWERPC_STRING_H +#define _ASM_POWERPC_STRING_H #ifdef __KERNEL__ @@ -14,8 +14,6 @@ #define __HAVE_ARCH_MEMCMP #define __HAVE_ARCH_MEMCHR -extern int strcasecmp(const char *, const char *); -extern int strncasecmp(const char *, const char *, int); extern char * strcpy(char *,const char *); extern char * strncpy(char *,const char *, __kernel_size_t); extern __kernel_size_t strlen(const char *); @@ -29,4 +27,4 @@ extern void * memchr(const void *,int,__kernel_size_t); #endif /* __KERNEL__ */ -#endif +#endif /* _ASM_POWERPC_STRING_H */