]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Wed, 5 Oct 2016 23:45:39 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 5 Oct 2016 23:45:39 +0000 (23:45 +0000)
lib/isc/unix/stdio.c

index d10d1121ca5c53c2bd8594fb25ebaf7d101497a0..23e1d03afc14874813dd7a4578674e57396a612e 100644 (file)
@@ -133,7 +133,7 @@ isc_stdio_sync(FILE *f) {
 
        if (fstat(fileno(f), &buf) != 0)
                return (isc__errno2result(errno));
+
        /*
         * Only call fsync() on regular files.
         */