Initial AROS support.
[deb_libnfs.git] / win32 / win32_compat.c
index fbcbd804f68bdebf74da3bffa84f501063756340..87f9ab1a189c7a5bd27c1b323bf4f54f521f26a4 100644 (file)
@@ -29,7 +29,7 @@ static int dummy ATTRIBUTE((unused));
 #include "win32_compat.h"
 #include <errno.h>
 #include <stdio.h>
-#include < time.h >
+#include <time.h>
 
 #undef poll
 #undef socket
@@ -41,7 +41,6 @@ static int dummy ATTRIBUTE((unused));
 #undef inet_aton
 #undef gettimeofday
 #undef stat
-#define bzero(a,b) memset((a),(0),(b))
 #define assert(a)
 
 /* Windows needs this header file for the implementation of inet_aton() */