From 5a2b87d810da14d392ff44cab439773dccce43e8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 4 Jul 2001 07:39:01 +0000 Subject: missed a couple of strchr calls (This used to be commit 57e7df8ae58020ab653307c1fdfbadd44983e900) --- source3/include/includes.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 9ed7401df3..7c1a4a8607 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -611,11 +611,6 @@ extern char *sys_errlist[]; #define strerror(i) sys_errlist[i] #endif -#ifndef HAVE_STRCHR -# define strchr index -# define strrchr rindex -#endif - #ifndef HAVE_ERRNO_DECL extern int errno; #endif -- cgit