diff lib-src/ntlib.h @ 108902:1f795f817d05

Merge from mainline.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 06 Jun 2010 22:46:17 +0000
parents d86e65007470
children 68ca98ae70fb
line wrap: on
line diff
--- a/lib-src/ntlib.h	Thu Jun 03 23:18:01 2010 +0000
+++ b/lib-src/ntlib.h	Sun Jun 06 22:46:17 2010 +0000
@@ -43,12 +43,6 @@
 char * getpass (const char * prompt);
 int fchown (int fd, unsigned uid, unsigned gid);
 
-#ifndef BSTRING
-#define bzero(b, l) memset(b, 0, l)
-#define bcopy(s, d, l) memcpy(d, s, l)
-#define bcmp(a, b, l) memcmp(a, b, l)
-#endif
-
 /* redirect or undo interceptions created by config.h */
 #undef access
 #define access  _access