Revision: f44b68dadc23
Branch: default
Author: Andrey Tsyvarev <
tsyv...@ispras.ru>
Date: Sun Dec 28 13:22:23 2014 UTC
Log: Use kstrto* instead of strict_strto* on 2.6.39+ kernel.
Since that kernel scrict_strto* functions became deprecated and since 3.18
them has been removed.
Because these functions are used in templates, check kernel version using
#if instead of configuring.
https://code.google.com/p/kedr/source/detail?r=f44b68dadc23
Modified:
/sources/examples/sample_indicator/sample_indicator.c
/sources/templates/fault_indicator.data/document/document.tpl
/sources/tests/payloads_fsim/final_template/indicators_module/indicator.c
/sources/trace/kedr_trace_module.c