summaryrefslogtreecommitdiffstats
path: root/fsck/fsck.c
diff options
context:
space:
mode:
authorKarel Zak2011-02-07 16:20:04 +0100
committerKarel Zak2011-02-07 16:20:04 +0100
commit93bd18bc840874ba81934c7d91f1140ea48e8d7c (patch)
tree878fe32b841ac0380a62254995aa519f429e1951 /fsck/fsck.c
parentinclude: [c.h] move ignore_result() to gcc-only block (diff)
downloadkernel-qcow2-util-linux-93bd18bc840874ba81934c7d91f1140ea48e8d7c.tar.gz
kernel-qcow2-util-linux-93bd18bc840874ba81934c7d91f1140ea48e8d7c.tar.xz
kernel-qcow2-util-linux-93bd18bc840874ba81934c7d91f1140ea48e8d7c.zip
fsck: include c.h, fallback for PATH_MAX
Reported-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fsck/fsck.c')
-rw-r--r--fsck/fsck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fsck/fsck.c b/fsck/fsck.c
index 87f8210f6..4d8ed86b7 100644
--- a/fsck/fsck.c
+++ b/fsck/fsck.c
@@ -54,6 +54,7 @@
#include "ismounted.h"
#include "fsck.h"
+#include "c.h"
static const char *ignored_types[] = {
"ignore",