]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r228625:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 1 Jan 2012 18:42:00 +0000 (18:42 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 1 Jan 2012 18:42:00 +0000 (18:42 +0000)
commita8326c767af3f0a9bf079e586eda717bf8e9aab7
tree763639d18640dd8bcfdc5feef3a4a7dc954be7c0
parent456ce28232a491e574668352606712b2fde8bf08
MFC r228625:

  In usr.bin/csup/auth.c, use the correct number of bytes for zeroing the
  shared secret, and use long long format to snprintf a time_t.

MFC r228626:

  In usr.bin/csup/proto.c, use the correct printf length modifier to print
  an off_t.

MFC r228667:

  In usr.bin/csup/auth.c, cast time_t to intmax_t instead, and use the
  corresponding printf length modifier.

  Requested by: mdf

git-svn-id: svn://svn.freebsd.org/base/stable/9@229184 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/csup/auth.c
usr.bin/csup/proto.c