Index: trunk/Ohana/src/libautocode/def/SkyRegion.d
===================================================================
--- trunk/Ohana/src/libautocode/def/SkyRegion.d	(revision 33647)
+++ trunk/Ohana/src/libautocode/def/SkyRegion.d	(revision 41395)
@@ -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,	   char,           depth of this entry
-FIELD   child,	   CHILD,	   char,           does this entry have children?
-FIELD   table,	   TABLE,	   char,           does this entry have a table?
+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   name,      NAME,           char[18],       name / filename
-FIELD   hostFlags, HOST_FLAGS,     char,           flags to define host / backup usage
-FIELD   hostID,    HOST_ID,        unsigned char,  host ID where data is stored
-FIELD   backupID,  BACKUP_ID,      unsigned char,  host ID where backup is stored
+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
 
 # note : 2012.02.05 : stole 3 bytes from 'name' to use for host ID and
