summaryrefslogtreecommitdiff
path: root/sysutils/netbt-hcidump/patches/patch-tools_parser_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/netbt-hcidump/patches/patch-tools_parser_parser.h')
-rw-r--r--sysutils/netbt-hcidump/patches/patch-tools_parser_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/netbt-hcidump/patches/patch-tools_parser_parser.h b/sysutils/netbt-hcidump/patches/patch-tools_parser_parser.h
index fefd2ee16a5..7e081943494 100644
--- a/sysutils/netbt-hcidump/patches/patch-tools_parser_parser.h
+++ b/sysutils/netbt-hcidump/patches/patch-tools_parser_parser.h
@@ -1,4 +1,4 @@
-$NetBSD: patch-tools_parser_parser.h,v 1.1 2014/12/30 08:39:13 plunky Exp $
+$NetBSD: patch-tools_parser_parser.h,v 1.2 2015/03/19 19:16:31 joerg Exp $
the device ID is a string on netbt stack
@@ -21,7 +21,7 @@ the device ID is a string on netbt stack
+ tm.tm_hour, tm.tm_min, tm.tm_sec, (unsigned long)f->ts.tv_usec);
} else
- printf("%8lu.%06lu ", f->ts.tv_sec, f->ts.tv_usec);
-+ printf("%8lu.%06lu ", f->ts.tv_sec, (unsigned long)f->ts.tv_usec);
++ printf("%8ju.%06lu ", (uintmax_t)f->ts.tv_sec, (unsigned long)f->ts.tv_usec);
}
printf("%c ", (f->in ? '>' : '<'));
parser.state = 1;