[comp.windows.x] awm patch and note to internet sites

jkh@ardent.UUCP (Jordan Hubbard) (06/17/88)

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 <sys/time.h>
  #else
  #include <time.h>
--- 37,43 ----
  
  #include "awm.h"
  
! #if defined(sun) || defined(ibm032) || defined(titan) || defined(vax)
  #include <sys/time.h>
  #else
  #include <time.h>
*** 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 <sys/time.h>
  #include <signal.h>
+ #if defined(vax)
+ #include <sys/file.h>
+ #else
  #include <fcntl.h>
+ #endif /* vax */
  #include <sys/ioctl.h>
  #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 <pwd.h>
  #include <stdio.h>
+ #if defined(vax)
+ #include <sys/file.h>
+ #else
  #include <fcntl.h>
+ #endif /* vax */
  #include "awm.h"
  
  /*