X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffts_.h;fp=lib%2Ffts_.h;h=75324d42df15536457d222cbbb537053e66b4343;hb=6e0a75f9d908bb6d9f1039d1255d2513eafa9959;hp=e1a8196af072f2a32df3ff695f1c6cba3fc6da9e;hpb=e936a81c04962903122ea0d8b6af63c5fce4beaf;p=gnulib.git diff --git a/lib/fts_.h b/lib/fts_.h index e1a8196af..75324d42d 100644 --- a/lib/fts_.h +++ b/lib/fts_.h @@ -143,7 +143,6 @@ typedef struct { # define FTS_STOP 0x2000 /* (private) unrecoverable error */ int fts_options; /* fts_open options, global flags */ -# if GNULIB_FTS /* Map a directory's device number to a boolean. The boolean is true if for that file system (type determined by a single fstatfs call per FS) st_nlink can be used to calculate the number of @@ -175,7 +174,6 @@ typedef struct { struct cycle_check_state *state; } fts_cycle; -# endif /* A stack of the file descriptors corresponding to the most-recently traversed parent directories. Currently used only in FTS_CWDFD mode. */