]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bsys.c
o fix : restore a crypted stream on a fd witch doen't define keys cause
[bacula/bacula] / bacula / src / lib / bsys.c
index 9b0dd5f6245de8b15abea274a1793cf0f46879b0..aa2be79c06b8cef4009eaa0a1c130e45d6b0c6bb 100644 (file)
@@ -497,21 +497,6 @@ static struct s_state_hdr state_hdr = {
    0
 };
 
-#ifdef HAVE_WIN32
-#undef open
-#undef read
-#undef write
-#undef lseek
-#undef close
-#undef O_BINARY 
-#define open _open
-#define read _read
-#define write _write
-#define lseek _lseeki64
-#define close _close
-#define O_BINARY _O_BINARY
-#endif
-
 /*
  * Open and read the state file for the daemon
  */