X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fstring.h;h=aa40f92c298d66ef2de5341bc62bf1a9fbe28806;hb=c99da91e7a12724127475a85cc7a38214b3504e2;hp=225575997392a99db649a8018f58297450e35cfa;hpb=ae11be6f37dfa140b6c2d1a53b307ef57da69a04;p=linux-2.6 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 */