diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-29 08:22:23 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-29 08:22:23 -0700 |
commit | 44e756a8758035546f47dd02320395c527d26634 (patch) | |
tree | 7972544d3ffb4d303a231036f500b507ac3231b4 /share | |
parent | a3d38b3ffebe842b8e5d5ddb8e273c285302939e (diff) | |
download | txr-44e756a8758035546f47dd02320395c527d26634.tar.gz txr-44e756a8758035546f47dd02320395c527d26634.tar.bz2 txr-44e756a8758035546f47dd02320395c527d26634.zip |
Use width of 8 for struct dgram boolean bitfields.
* socket.c (struct dgram): Members is_connected and
is_byte_oriented widened from 1 to 8 bits. This allows
byte-access instructions to be used on architectures like x86.
All the flags still fit into a word, so the structure doesn't
get bigger.
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions