summaryrefslogtreecommitdiff
path: root/text-utils
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2008-11-26 14:40:45 +0100
committerKarel Zak <kzak@redhat.com>2008-11-26 14:40:45 +0100
commit08e4114ab2dab16cfb2ee301ce3b5e32ce89f6ef (patch)
tree52667c852fb4fe3efea7cc3358588dc381d095e6 /text-utils
parent16cccfc19bd37403c81f37e51e22e2532118d4b7 (diff)
downloadutil-linux-old-08e4114ab2dab16cfb2ee301ce3b5e32ce89f6ef.tar.gz
tailf: unistd.h is included more than once
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils')
-rw-r--r--text-utils/tailf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/text-utils/tailf.c b/text-utils/tailf.c
index 2f69aabf..e44fc098 100644
--- a/text-utils/tailf.c
+++ b/text-utils/tailf.c
@@ -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>