]> git.pld-linux.org Git - packages/i8kutils.git/blame - i8kutils-build.patch
- tools need to be in bindir
[packages/i8kutils.git] / i8kutils-build.patch
CommitLineData
cc13fba7
AM
1--- a/probe_i8k_calls_time.c~ 2014-12-03 23:58:02.000000000 +0100
2+++ b/probe_i8k_calls_time.c 2016-11-22 19:54:03.570717551 +0100
3@@ -13,7 +13,7 @@
4
5 struct timespec tmst;
6
7-inline double timestamp()
8+double timestamp()
9 {
10 clock_gettime(CLOCK_REALTIME, &tmst);
11 t = tmst.tv_nsec;
This page took 0.413374 seconds and 4 git commands to generate.