History log of /external/ltp/lib/datapid.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
87aa2dc20992208fd7478d14425c1e395a57e0c4 11-Apr-2014 Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> lib, tools, pan: old-style function definition fixes

No functional changes. No "cleanup". Just fixes for
"old-style function definition" compile warnings.

Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
/external/ltp/lib/datapid.c
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/lib/datapid.c
fed9641096e27f79a0f2d9adfe9839dd8d11dc0f 24-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Fix FSF address

find . -type f -exec sed -i 's/the Free Software Foundation, Inc., 59/the Free Software Foundation, Inc.,/g;s/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/lib/datapid.c
1e6f5a673655551de5734ff31ef48cd63b604e6d 19-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Resolving all compile errors via a script

This may leave dupe calls to tst_exit in main, but those are easier
to deal (and much less) than no-compile scenarios.

As a side-effect, fix all trailing whitespace issues.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/lib/datapid.c
903910df985927e941076692964ab88d691c8ccb 23-Nov-2010 Garrett Cooper <yanegomi@gmail.com> More cleanup.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/lib/datapid.c
45a8ba0302fa0632410b2f100f92701651dd7a0f 20-Jul-2009 vapier <vapier> trim trailing whitespace
/external/ltp/lib/datapid.c
b973f2b91343554586da3c952c63c2369acd8796 05-May-2000 whr <whr> Initial source for rwtest/doio in LTP
/external/ltp/lib/datapid.c