Index: testcases/kernel/fs/fsx-linux/fsx-linux.c
===================================================================
RCS file: /cvsroot/ltp/ltp/testcases/kernel/fs/fsx-linux/fsx-linux.c,v
retrieving revision 1.12
diff -r1.12 fsx-linux.c
449,455d448
< static const char *basename(const char *path)
< {
< 	char *c = strrchr(path, '/');
< 
< 	return c ? c++ : path;
< }
< 
