This commit is contained in:
Kent Overstreet 2010-06-15 05:15:32 -07:00
parent 018e032f20
commit 41ad07857e

View File

@ -143,6 +143,7 @@ int main(int argc, char **argv)
if (pwrite(fd, &sb, sizeof(sb), 4096) != sizeof(sb))
goto err;
fsync(fd);
exit(EXIT_SUCCESS);
err:
perror("write error\n");