Commit 33ef9937 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix a compile warning on NetBSD

parent 689c1b44
......@@ -627,7 +627,7 @@ Max used alarms: %u\n\
Next alarm time: %lu\n",
alarm_info.active_alarms,
alarm_info.max_used_alarms,
alarm_info.next_alarm_time);
(ulong)alarm_info.next_alarm_time);
#endif
display_table_locks();
fflush(stdout);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment