History log of /external/ltp/testcases/kernel/syscalls/nftw/nftw.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aabb8340f63ed31afe995fd97795e542dc68b93c 04-Feb-2015 Cyril Hrubis <chrubis@suse.cz> Include usctest.h in test.h

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/nftw/nftw.h
ae1e1d2ff360b437bb0a9fcdce938f581061d65f 06-Dec-2013 Cyril Hrubis <chrubis@suse.cz> nftw: Fix build on older distros.

Apparently defining _XOPEN_SOURCE without a value breaks struct timespec
definition from time.h on older distros and the compilation fails with
undeclared struct timespec in safe_file_ops.h.

Fix this by changing it to -D_XOPEN_SOURCE=500 (as suggested in man page
for struct FTW) and do a little cleanup (drop -DLINUX and its ifdefs).

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/syscalls/nftw/nftw.h
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/syscalls/nftw/nftw.h
37550cf5a86c7ca7424a2a318dd64e550f13f5df 18-Oct-2012 Chris Dearman <chris@mips.com> Remove whitespace at end of line

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e 's/[\t ]*$//'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/syscalls/nftw/nftw.h
d45662739871a315e75b7d85a424531eb583cf79 04-Dec-2002 robbiew <robbiew> Initial checkin of nftw().
/external/ltp/testcases/kernel/syscalls/nftw/nftw.h