Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!husc6!bloom-beacon!ardent.UUCP!jkh From: jkh@ardent.UUCP (Jordan Hubbard) Newsgroups: comp.windows.x Subject: awm patch and note to internet sites Message-ID: <8806162010.AA04939@scrod.ardent.com> Date: 16 Jun 88 20:10:09 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 114 The updated version of awm didn't get to ucbvax.berkeley.edu or decwrl.dec.com before some of you managed to grab it. If you grabbed awm before 15:00 PST, Thursday, June 16th, please get it again. I don't have a vax handy (sigh), so I am indebted to Dan Nydick of CMU for pointing out some include file differences. Please apply the following patch whether or not you have a vax as it updates some version numbers as well. Jordan ---- patch ---- *** awm.dst/FocusChng.c Thu Jun 16 12:11:50 1988 --- awm/FocusChng.c Thu Jun 16 12:12:39 1988 *************** *** 2,8 **** #ifndef lint ! static char *rcsid_FocusChng_c = "$Header: FocusChng.c,v 1.1 88/06/15 15:26:00 jkh Exp $"; #endif lint #include "X11/copyright.h" --- 2,8 ---- #ifndef lint ! static char *rcsid_FocusChng_c = "$Header: FocusChng.c,v 1.2 88/06/15 15:26:00 jkh Exp $"; #endif lint #include "X11/copyright.h" *************** *** 37,43 **** #include "awm.h" ! #if defined(sun) || defined(ibm032) || defined(titan) #include #else #include --- 37,43 ---- #include "awm.h" ! #if defined(sun) || defined(ibm032) || defined(titan) || defined(vax) #include #else #include *** awm.dst/awm.c Thu Jun 16 12:11:47 1988 --- awm/awm.c Thu Jun 16 12:22:08 1988 *************** *** 1,7 **** #ident "%W% %G%" #ifndef lint ! static char *rcsid_awm_c = "$Header: awm.c,v 1.1 88/06/15 15:24:56 jkh Exp $"; #endif lint #include "X11/copyright.h" --- 1,7 ---- #ident "%W% %G%" #ifndef lint ! static char *rcsid_awm_c = "$Header: awm.c,v 1.2 88/06/15 15:24:56 jkh Exp $"; #endif lint #include "X11/copyright.h" *************** *** 61,67 **** --- 61,71 ---- #include #include + #if defined(vax) + #include + #else #include + #endif /* vax */ #include #include "awm.h" #include "X11/Xutil.h" *** awm.dst/exp_path.c Thu Jun 16 12:11:56 1988 --- awm/exp_path.c Thu Jun 16 12:23:19 1988 *************** *** 1,7 **** #ident "%W% %G%" #ifndef lint ! static char *rcsid_exp_path_c = "$Header: exp_path.c,v 1.1 88/06/15 15:26:00 jkh Exp $"; #endif lint #include "X11/copyright.h" --- 1,7 ---- #ident "%W% %G%" #ifndef lint ! static char *rcsid_exp_path_c = "$Header: exp_path.c,v 1.2 88/06/15 15:26:00 jkh Exp $"; #endif lint #include "X11/copyright.h" *************** *** 27,33 **** --- 27,37 ---- #include #include + #if defined(vax) + #include + #else #include + #endif /* vax */ #include "awm.h" /*