Index: trunk/Ohana/src/libautocode/def/SkyRegion.d
===================================================================
--- trunk/Ohana/src/libautocode/def/SkyRegion.d	(revision 41395)
+++ trunk/Ohana/src/libautocode/def/SkyRegion.d	(revision 41422)
@@ -12,11 +12,11 @@
 FIELD   parent,	   PARENT,	   int,            sequence number in full table of parent
 FIELD   index,     INDEX,          int,            sequence number in full table of this entry
-FIELD   depth,	   DEPTH,	   byte,           depth of this entry
-FIELD   child,	   CHILD,	   byte,           does this entry have children?
-FIELD   table,	   TABLE,	   byte,           does this entry have a table?
+FIELD   depth,	   DEPTH,	   gfbyte,         depth of this entry
+FIELD   child,	   CHILD,	   gfbyte,         does this entry have children?
+FIELD   table,	   TABLE,	   gfbyte,         does this entry have a table?
 FIELD   name,      NAME,           char[18],       name / filename
-FIELD   hostFlags, HOST_FLAGS,     byte,           flags to define host / backup usage
-FIELD   hostID,    HOST_ID,        byte,  	   host ID where data is stored
-FIELD   backupID,  BACKUP_ID,      byte,  	   host ID where backup is stored
+FIELD   hostFlags, HOST_FLAGS,     gfbyte,         flags to define host / backup usage
+FIELD   hostID,    HOST_ID,        gfbyte,	   host ID where data is stored
+FIELD   backupID,  BACKUP_ID,      gfbyte,	   host ID where backup is stored
 
 # note : 2012.02.05 : stole 3 bytes from 'name' to use for host ID and
