summaryrefslogtreecommitdiff
path: root/sys/src
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-09-19 19:04:21 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-09-19 19:04:21 +0200
commit35fde3591ff2396accb07eeeca51199698a626c3 (patch)
treed7209292430df9aa1b2b33a306e2ac2bba82622d /sys/src
parent11e40fc6b456b96dfc3cfc22f8efba07b3f1038c (diff)
scat: hjdicks for amd64
Diffstat (limited to 'sys/src')
-rw-r--r--sys/src/cmd/scat/sky.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/cmd/scat/sky.h b/sys/src/cmd/scat/sky.h
index 77ea4878b..0f181eb91 100644
--- a/sys/src/cmd/scat/sky.h
+++ b/sys/src/cmd/scat/sky.h
@@ -139,6 +139,8 @@ typedef long DAngle; /* on disk: in units of milliarcsec */
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.
*/
@@ -223,6 +225,8 @@ struct Bayerec{
char pad;
};
+#pragma pack off
+
/*
* Internal form
*/