X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffts_.h;fp=lib%2Ffts_.h;h=0fb0f99ca2a82b0a14eaac30465c5e640142bf1f;hb=01d7a2d4e7a4442dd433090ebe7d93b510308072;hp=82213fcf7dfbec4132d127c4a4933ef1b73efee5;hpb=d7ed5aaf673f1c7048a9106d48a70f667dc9d1ba;p=gnulib.git diff --git a/lib/fts_.h b/lib/fts_.h index 82213fcf7..0fb0f99ca 100644 --- a/lib/fts_.h +++ b/lib/fts_.h @@ -1,6 +1,6 @@ /* Traverse a file hierarchy. - Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2004-2008 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -129,9 +129,9 @@ typedef struct { file systems like FAT, CIFS, FUSE-based ones, etc., when entries from their name/inode cache are flushed too early. Use this flag to make fts_open and fts_read defer the stat/lstat/fststat - of each entry until it actually processed. However, note that if you use - this option and also specify a comparison function, that function may not - examine any data via fts_statp. */ + of each entry until it is actually processed. However, note that if you + use this option and also specify a comparison function, that function may + not examine any data via fts_statp. */ # define FTS_DEFER_STAT 0x0400 # define FTS_OPTIONMASK 0x07ff /* valid user option mask */