]> err.no Git - util-linux/commitdiff
tailf: unistd.h is included more than once
authorKarel Zak <kzak@redhat.com>
Wed, 26 Nov 2008 13:40:45 +0000 (14:40 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 26 Nov 2008 13:40:45 +0000 (14:40 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/tailf.c

index 2f69aabf291627f6b757af09f81d5671f9f85d1d..e44fc098261d66df7e92d46c7c5130f6273d48da 100644 (file)
@@ -33,7 +33,6 @@
 #include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <unistd.h>
 #include <fcntl.h>
 #include <ctype.h>
 #include <errno.h>