Match a comment to reduce differences with libarchive.googlecode.com.

This commit is contained in:
Tim Kientzle 2009-03-08 06:09:20 +00:00
parent 66c8431841
commit ebf7581e4d
2 changed files with 5 additions and 1 deletions

View File

@ -114,7 +114,7 @@ main(int argc, char **argv)
bsdtar->fd = -1; /* Mark as "unused" */
option_o = 0;
#ifdef _WIN32
/* open() function is always with a binary mode. */
/* Make sure open() function will be used with a binary mode. */
_set_fmode(_O_BINARY);
#endif

View File

@ -921,6 +921,10 @@ int main(int argc, char **argv)
(void)argc; /* UNUSED */
#ifdef _WIN32
/* Make sure open() function will be used with a binary mode. */
_set_fmode(_O_BINARY);
#endif
/*
* Name of this program, used to build root of our temp directory
* tree.