Refactor sync(1) code and manpage

and mark it as finished in README.
This commit is contained in:
FRIGN
2015-02-08 22:08:14 +01:00
parent e01469c9a2
commit 3e7c549862
3 changed files with 3 additions and 5 deletions

2
sync.c
View File

@@ -1,6 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "util.h"