[comp.windows.x] addendum to X11 fix #36, lib/X/XEvToWire.c, Key/Button smashes

RWS@ZERMATT.LCS.MIT.EDU (Robert Scheifler) (10/29/87)

    Date: Wed, 28 Oct 87 16:05:32 PST
    From: Mark Baushke <silvlis!amadeus!xmaint@Sun.COM>

    This patch (#36) attempts to change the rcs version from 11.12 to 11.13.
    However, the last patch which delt with lib/X/XEvToWire.c (X11 fix #22) 
    only provided up to version 11.11.

A nit was cleaned up there, that wasn't worth reporting at the time.
For the record:

*** /tmp/,RCSt1007051	Wed Oct 28 19:34:05 1987
--- /tmp/,RCSt2007051	Wed Oct 28 19:34:08 1987
***************
*** 2,8 ****
  /* Copyright    Massachusetts Institute of Technology    1985, 1986, 1987 */
  
  #ifndef lint
! static char rcsid[] = "$Header: XEvToWire.c,v 11.11 87/10/14 18:00:42 rws Exp $";
  #endif
  
  /*
--- 2,8 ----
  /* Copyright    Massachusetts Institute of Technology    1985, 1986, 1987 */
  
  #ifndef lint
! static char rcsid[] = "$Header: XEvToWire.c,v 11.12 87/10/20 16:32:23 newman Exp $";
  #endif
  
  /*
***************
*** 12,18 ****
  #define NEED_EVENTS
  #define NEED_REPLIES
  
- #include <stdio.h>
  #include "Xlibint.h"
  
  /*
--- 12,17 ----