Date: Tue, 24 Jul 2018 13:36:21 +0000 (UTC) From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <royger@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475252 - head/sysutils/xen-tools/files Message-ID: <201807241336.w6ODaLAN039865@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: royger (src committer) Date: Tue Jul 24 13:36:21 2018 New Revision: 475252 URL: https://svnweb.freebsd.org/changeset/ports/475252 Log: xen: fix charset of patch file Phabricator doesn't handle iso-8859-1 properly, so use utf-8 instead. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D16415 Modified: head/sysutils/xen-tools/files/kdd.patch Modified: head/sysutils/xen-tools/files/kdd.patch ============================================================================== --- head/sysutils/xen-tools/files/kdd.patch Tue Jul 24 13:24:09 2018 (r475251) +++ head/sysutils/xen-tools/files/kdd.patch Tue Jul 24 13:36:21 2018 (r475252) @@ -5,7 +5,7 @@ packed struct), but the pointer argument to kdd_rdmsr( alignment constraints for a uint64_t *. Use a local variable to make sure the passed pointer has the correct alignment. -Reported-by: Roger Pau Monné <roger.pau@citrix.com> +Reported-by: Roger Pau Monné <roger.pau@citrix.com> Signed-off-by: Tim Deegan <tim@xen.org> --- tools/debugger/kdd/kdd.c | 4 +++-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807241336.w6ODaLAN039865>