Change r_status and dh_name to unsigned quantities.

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@677 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Bart Oldeman 2003-09-09 17:21:08 +00:00
parent c4235b8fff
commit 569f053101

View File

@ -128,7 +128,7 @@ struct dhdr {
UWORD dh_attr;
VOID(*dh_strategy) (void);
VOID(*dh_interrupt) (void);
BYTE dh_name[8];
UBYTE dh_name[8];
};
#define ATTR_SUBST 0x8000
@ -338,7 +338,7 @@ typedef struct {
UBYTE r_length; /* Request Header length */
UBYTE r_unit; /* Unit Code */
UBYTE r_command; /* Command Code */
WORD r_status; /* Status */
UWORD r_status; /* Status */
BYTE r_reserved[8]; /* DOS Reserved Area */
union {
struct {