summaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-04-07 19:58:10 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-04-07 19:58:10 +0000
commit4cee0af77b0275740f7f97ae5d778f60d5ac7f88 (patch)
tree8cd4fd7ffff438e9f2765e6d42db8e4439311249 /block.c
parent03aefdadb20f3bdd05bf644dc2ce1e85758a5aee (diff)
downloadstrace-4cee0af77b0275740f7f97ae5d778f60d5ac7f88.tar.gz
Fix BLKTRACESTOP definition
* block.c: Fix typo in the check for BLKTRACESTOP. Reported by Gabor Z. Papp.
Diffstat (limited to 'block.c')
-rw-r--r--block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block.c b/block.c
index 807c8490c..e00c75b80 100644
--- a/block.c
+++ b/block.c
@@ -54,7 +54,7 @@ struct blk_user_trace_setup {
#ifndef BLKTRACESTART
#define BLKTRACESTART _IO(0x12,116)
#endif
-#ifndef BLKTRACESTART
+#ifndef BLKTRACESTOP
#define BLKTRACESTOP _IO(0x12,117)
#endif
#ifndef BLKTRACETEARDOWN