rcbc@honir.cs.cornell.edu (Robert Cooper) (05/07/90)
Well here's the first bug fix to the 2.0 release! This is only a problem if you use the Gnu C compiler, e.g. if you use a NeXT machine. Other users can safely ignore this patch. The patch is to mlib/msg.h. Just cd to the mlib source subdirectory and then pipe this mail through the patch program. -- Robert Cooper Prereq: 1.153 seth% rcsdiff -r1.153 -c msg.h RCS file: RCS/msg.h,v retrieving revision 1.153 diff -c -r1.153 msg.h *** /tmp/,RCSt1a25259 Mon May 7 10:22:10 1990 --- msg.h Fri May 4 15:15:50 1990 *************** *** 1,4 **** ! /* $RCSfile: msg.h,v $ $Revision: 1.153 $ $Date: 90/05/03 23:55:49 $ */ #ifndef MSG #define MSG --- 1,4 ---- ! /* $RCSfile: msg.h,v $ $Revision: 2.1 $ $Date: 90/05/04 15:15:35 $ */ #ifndef MSG #define MSG *************** *** 405,411 **** void msg_insertmsg(message *msg1, int name, message *msg2); void msg_insertref(message *mp, int name, char *data, int type, int len, vfunc *routine); ! void msg_makekey(int shortcode, int longcode); void msg_makereal(message *mp); void msg_printaccess(message *msg); void msg_printheader(message *msg); --- 405,411 ---- void msg_insertmsg(message *msg1, int name, message *msg2); void msg_insertref(message *mp, int name, char *data, int type, int len, vfunc *routine); ! void msg_makekey(int shortcode, int longcode, int dblcode); void msg_makereal(message *mp); void msg_printaccess(message *msg); void msg_printheader(message *msg);