diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-12-04 11:39:55 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-12-04 11:39:55 -0500 |
commit | 49e767ccb9dcfd2161b89f0d7a980eb85f056c5d (patch) | |
tree | 3cdb06282e30c02e3b37615d39b5c1c75af53e3d /eval.c | |
parent | 6962fb41b8e57f8bc817b477cf16262a0ce876d5 (diff) | |
download | bfs-49e767ccb9dcfd2161b89f0d7a980eb85f056c5d.tar.xz |
Move portability code into util.h
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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; |