summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-12-04 11:39:55 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-12-04 11:39:55 -0500
commit49e767ccb9dcfd2161b89f0d7a980eb85f056c5d (patch)
tree3cdb06282e30c02e3b37615d39b5c1c75af53e3d /eval.c
parent6962fb41b8e57f8bc817b477cf16262a0ce876d5 (diff)
downloadbfs-49e767ccb9dcfd2161b89f0d7a980eb85f056c5d.tar.xz
Move portability code into util.h
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/eval.c b/eval.c
index d3b8f19..ebead3b 100644
--- a/eval.c
+++ b/eval.c
@@ -27,18 +27,6 @@
#include <time.h>
#include <unistd.h>
-#ifndef S_ISDOOR
-# define S_ISDOOR(mode) false
-#endif
-
-#ifndef S_ISPORT
-# define S_ISPORT(mode) false
-#endif
-
-#ifndef S_ISWHT
-# define S_ISWHT(mode) false
-#endif
-
struct eval_state {
/** Data about the current file. */
struct BFTW *ftwbuf;