cifs.idmap: add an options struct to handle long options
[jlayton/cifs-utils.git] / replace.h
index ee4d6181c486fcf4fa69d389862ada2b519e779d..a9fdf7e860a13cb6dea8345217a9a98cf85575b1 100644 (file)
--- a/replace.h
+++ b/replace.h
@@ -269,10 +269,6 @@ int rep_ftruncate(int,off_t);
 int rep_initgroups(char *name, gid_t id);
 #endif
 
-#if !defined(HAVE_BZERO) && defined(HAVE_MEMSET)
-#define bzero(a,b) memset((a),'\0',(b))
-#endif
-
 #ifndef HAVE_DLERROR
 #define dlerror rep_dlerror
 char *rep_dlerror(void);