Use a printf() format string that is more compatible with time_t for 32bit and 
64bit compilation.

Fixes clang warnings:
```
/home/sbruno/bsd/fbsd_head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c:3645:13:
 warning: format specifies type 'unsigned long' but the argument has type 
'time_t' (aka 'int') [-Wformat]
buf1, delta, buf2);
```
You can view, comment on, or merge this pull request online at:

  https://github.com/openzfs/openzfs/pull/636

-- Commit Summary --

  * Update libzfs_sendrecv.c

-- File Changes --

    M usr/src/lib/libzfs/common/libzfs_sendrecv.c (2)

-- Patch Links --

https://github.com/openzfs/openzfs/pull/636.patch
https://github.com/openzfs/openzfs/pull/636.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/636

------------------------------------------
openzfs: openzfs-developer
Permalink: 
https://openzfs.topicbox.com/groups/developer/discussions/T6347448ecb8fd8cc-Mf2b49d6fc0e6d3dedd3efec4
Delivery options: https://openzfs.topicbox.com/groups

Reply via email to