--- ray/src/hd/rhdisp.h 1998/11/24 17:05:35 3.12 +++ ray/src/hd/rhdisp.h 2003/06/20 00:25:49 3.14 @@ -1,7 +1,4 @@ -/* Copyright (c) 1998 Silicon Graphics, Inc. */ - -/* SCCSid "$SunId$ SGI" */ - +/* RCSid: $Id: rhdisp.h,v 3.14 2003/06/20 00:25:49 greg Exp $ */ /* * Header for holodeck display drivers. */ @@ -45,8 +42,8 @@ #endif typedef struct { - int2 type; /* message type */ - int4 nbytes; /* number of additional bytes */ + int16 type; /* message type */ + int32 nbytes; /* number of additional bytes */ } MSGHEAD; /* message head */ /*