summaryrefslogtreecommitdiff
path: root/test/mtdev-kernel.c
Commit message (Collapse)AuthorAgeFilesLines
* test: silence compiler warning - implicit declaration of function ‘atoi’Peter Hutterer2013-07-311-0/+1
| | | | | | | | mtdev-kernel.c:130:2: warning: implicit declaration of function ‘atoi’ [-Wimplicit-function-declaration] eslot = atoi(argv[1]) + 1; Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Generate kernel matcher dataHenrik Rydberg2010-11-071-0/+158
This application generates the matcher tables of the tracking library in the linux kernel. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>