svn commit: r300426 - projects/vmware_pvscsi/usr.bin/kdump

Ngie Cooper (yaneurabeya) yaneurabeya at gmail.com
Sun May 22 18:18:04 UTC 2016


> On May 22, 2016, at 11:16, Garrett Cooper <ngie at FreeBSD.org> wrote:
> 
> Author: ngie
> Date: Sun May 22 18:16:04 2016
> New Revision: 300426
> URL: https://svnweb.freebsd.org/changeset/base/300426
> 
> Log:
>  Fix humanized decoding of struct stat with respect to .st_mtim
> 
>  st_mtim was being incorrectly described as "stime=", not "mtime=". This was
>  introduced with the original feature commit (r176471).
> 
>  MFC after: 1 week
>  PR: 209699
>  Submitted by: naddy
>  Sponsored by: EMC / Isilon Storage Division
> 
> Modified:
>  projects/vmware_pvscsi/usr.bin/kdump/kdump.c
> 
> Modified: projects/vmware_pvscsi/usr.bin/kdump/kdump.c
> ==============================================================================
> --- projects/vmware_pvscsi/usr.bin/kdump/kdump.c	Sun May 22 16:24:21 2016	(r300425)
> +++ projects/vmware_pvscsi/usr.bin/kdump/kdump.c	Sun May 22 18:16:04 2016	(r300426)
> @@ -1688,7 +1688,7 @@ ktrstat(struct stat *statp)
> 		printf(".%09ld, ", statp->st_atim.tv_nsec);
> 	else
> 		printf(", ");
> -	printf("stime=");
> +	printf("mtime=");
> 	if (resolv == 0)
> 		printf("%jd", (intmax_t)statp->st_mtim.tv_sec);
> 	else {
> 

*yawn* wrong branch. I need coffee...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-projects/attachments/20160522/978e34b6/attachment.sig>


More information about the svn-src-projects mailing list