svn commit: r475252 - head/sysutils/xen-tools/files

Roger Pau Monné royger at FreeBSD.org
Tue Jul 24 13:36:22 UTC 2018


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 at citrix.com>
+Reported-by: Roger Pau Monné <roger.pau at citrix.com>
 Signed-off-by: Tim Deegan <tim at xen.org>
 ---
  tools/debugger/kdd/kdd.c | 4 +++-


More information about the svn-ports-all mailing list