]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
autofs: Fix autounmountd's printing of mount time.
authorjhibbits <jhibbits@FreeBSD.org>
Fri, 9 Aug 2019 02:20:26 +0000 (02:20 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Fri, 9 Aug 2019 02:20:26 +0000 (02:20 +0000)
commit1a97c75a4bf93ec2777ef1796caa4cd1f1a63e8f
tree881c88b3c09e395cecb4600cd2fac846408d28d7
parent879fe2f638cff00943754af634ea17e652ac2294
autofs: Fix autounmountd's printing of mount time.

time_t should be printed as intmax_t.  Even though duration should be short, the
correct way to print is intmax_t, not long.

Reported by: ian,imp
usr.sbin/autofs/autounmountd.c