diff options
author | Roger Pau Monné <royger@FreeBSD.org> | 2018-07-24 21:36:21 +0800 |
---|---|---|
committer | Roger Pau Monné <royger@FreeBSD.org> | 2018-07-24 21:36:21 +0800 |
commit | 06140fa3047086d182768a062e9c6620dbe99147 (patch) | |
tree | 89abe047dd6f0b1546fe80fd30c7ddebfd433ab2 /sysutils | |
parent | 4e49856d1958ba652c012026682630876d435cdd (diff) | |
download | freebsd-ports-gnome-06140fa3047086d182768a062e9c6620dbe99147.tar.gz freebsd-ports-gnome-06140fa3047086d182768a062e9c6620dbe99147.tar.zst freebsd-ports-gnome-06140fa3047086d182768a062e9c6620dbe99147.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xen-tools/files/kdd.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xen-tools/files/kdd.patch b/sysutils/xen-tools/files/kdd.patch index f311028eb038..e0ccbf1d48c2 100644 --- a/sysutils/xen-tools/files/kdd.patch +++ b/sysutils/xen-tools/files/kdd.patch @@ -5,7 +5,7 @@ packed struct), but the pointer argument to kdd_rdmsr() has the normal 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 +++- |