$NetBSD$

--- src/Server/Accept.c.orig	2004-06-05 15:33:56.000000000 +0200
+++ src/Server/Accept.c
@@ -14,9 +14,8 @@
 int tcpwin;
 
 /* memmem */
-#ifndef __linux__
 char *
-memmem(buf,len1,str,len2)
+custom_memmem(buf,len1,str,len2)
 	char *buf;
 	int len1;
 	char *str;
@@ -35,7 +34,6 @@ memmem(buf,len1,str,len2)
 	}
 	return (char *)0; // not found
 }
-#endif
 
 /* Main Accept function, here we handle connections */
 int
