[176] in Zephyr_Bugs
daemon@ATHENA.MIT.EDU (John Carr)
Sun Dec 2 20:47:01 1990
To: bugs@ATHENA.MIT.EDU, bug-zephyr@ATHENA.MIT.EDU
Date: Sun, 02 Dec 90 20:46:51 EST
From: John Carr <jfc@ATHENA.MIT.EDU>
The zephyr notice structure in <zephyr/zephyr.h> needs to be changed. The
ZNotice_t structure contains a field with an enum type (ZNotice_Kind_t).
This structure is sent over the net, and it is not safe to rely on enums
being 4 bytes. It should be declared an integer or a union with an integer
to force it to be 4 bytes long.