]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - libutil/pw_util.c
Speed up pw operations that edit /etc/group or /etc/passwd
[pw-darwin.git] / libutil / pw_util.c
index 2838871d93f6679307814271a79077e2a715c345..d7903281d7cc96433fa5ad9fdf789511f9141502 100644 (file)
@@ -225,7 +225,7 @@ pw_tmp(int mfd)
                errno = ENAMETOOLONG;
                return (-1);
        }
-       if ((tfd = mkostemp(tempname, O_SYNC)) == -1)
+       if ((tfd = mkostemp(tempname, 0)) == -1)
                return (-1);
        if (mfd != -1) {
                while ((nr = read(mfd, buf, sizeof(buf))) > 0)