git: 9front

Download patch

ref: b8bc8ef3e922398567d340d5cddf7a72fb2d1bff
parent: f21a6dc9a7d54d181d008d5034837df86867888d
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Sep 19 15:04:21 EDT 2016

scat: hjdicks for amd64

--- a/sys/src/cmd/scat/sky.h
+++ b/sys/src/cmd/scat/sky.h
@@ -139,6 +139,8 @@
 typedef short	Mag;	/* multiplied by 10 */
 typedef long	Key;	/* known to be 4 bytes, unfortunately */
 
+#pragma pack on
+
 /*
  * All integers are stored in little-endian order.
  */
@@ -222,6 +224,8 @@
 	char	name[3];
 	char	pad;
 };
+
+#pragma pack off
 
 /*
  * Internal form
--