]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
findfs: don't include exitcodes.h
authorKarel Zak <kzak@redhat.com>
Thu, 1 Feb 2018 13:49:49 +0000 (14:49 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 1 Feb 2018 13:51:55 +0000 (14:51 +0100)
The code uses findfs return codes only.

Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/findfs.c

index 99ad354fafdd5f351d9502436a64ffc54c70dc05..a437bda84a691c7e7201bbf800f3b93590e0d55a 100644 (file)
@@ -15,7 +15,6 @@
 #include "nls.h"
 #include "closestream.h"
 #include "c.h"
-#include "exitcodes.h"
 
 /* Exit codes used by findfs. */
 #define FINDFS_SUCCESS         0       /* no errors */