From 700206ec407e69ccd1fe50354733b0951127a2b3 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 24 Feb 2005 04:46:39 +0000 Subject: [PATCH] STABLE14-fix-uae-20050223 make uae flag not secretly overflow hostFlags (cherry picked from commit 0801ce99b717954c9748c9170ebde4dacd98ac63) --- src/viced/host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viced/host.h b/src/viced/host.h index 598b0ae96..4bc00d39f 100644 --- a/src/viced/host.h +++ b/src/viced/host.h @@ -66,7 +66,7 @@ struct host { * byte order */ unsigned short port; /* port address of host */ char Console; /* XXXX This host is a console */ - char hostFlags; /* bit map */ + unsigned short hostFlags; /* bit map */ #if FS_STATS_DETAILED char InSameNetwork; /*Is host's addr in the same network as * the File Server's? */ -- 2.39.5