diff --git a/libsrc/posixio.c b/libsrc/posixio.c index e0aaf50..a9ca136 100644 --- a/libsrc/posixio.c +++ b/libsrc/posixio.c @@ -1661,8 +1661,7 @@ posixio_open(const char *path, if(nciop == NULL) return ENOMEM; -//#ifdef O_BINARY -#if _MSC_VER +#ifdef O_BINARY fSet(oflags, O_BINARY); #endif #ifdef vms @@ -1763,7 +1762,6 @@ ncio_px_pad_length(ncio *nciop, off_t length) { int status = ENOERR; - printf("\nncio_px_pad_length entered.\n"); if(nciop == NULL) return EINVAL;