home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / xlife / patch8 < prev    next >
Internet Message Format  |  1990-07-08  |  2KB

  1. Path: uunet!cs.utexas.edu!sun-barr!newstop!sun!andrew.cmu.edu
  2. From: dl2n+@andrew.cmu.edu (Daniel Edward Lovinger)
  3. Newsgroups: comp.sources.x
  4. Subject: v08i045: xlife 2.0, Patch8, Part01/01
  5. Message-ID: <138559@sun.Eng.Sun.COM>
  6. Date: 8 Jul 90 19:51:58 GMT
  7. Sender: news@sun.Eng.Sun.COM
  8. Lines: 60
  9. Approved: argv@sun.com
  10.  
  11. Submitted-by: Daniel Edward Lovinger <dl2n+@andrew.cmu.edu>
  12. Posting-number: Volume 8, Issue 45
  13. Archive-name: xlife/patch8
  14. Patch-To: xlife: Volume 8, Issue 37-44
  15.  
  16.     This patch brings xlife from patchevel 7 to patchlevel 8. It is
  17. required for succesful compilation of the distribution.
  18.  
  19. diff -cb xlife-2.0/keyin.c xlife/keyin.c
  20. *** xlife-2.0/keyin.c    Sun Jul  8 00:48:18 1990
  21. --- xlife/keyin.c    Tue Jul  3 19:30:03 1990
  22. ***************
  23. *** 136,142 ****
  24.         break;
  25.       case 'o':
  26.         generate();
  27. !       refresh();
  28.         break;
  29.       case 'C':
  30.         clear();
  31. --- 136,142 ----
  32.         break;
  33.       case 'o':
  34.         generate();
  35. !       redisplay();      
  36.         break;
  37.       case 'C':
  38.         clear();
  39. diff -cb xlife-2.0/patchlevel.h xlife/patchlevel.h
  40. *** xlife-2.0/patchlevel.h    Sun Jul  8 00:52:09 1990
  41. --- xlife/patchlevel.h    Sun Jul  8 01:00:22 1990
  42. ***************
  43. *** 20,23 ****
  44.    * PERFORMANCE OF THIS SOFTWARE.
  45.    */
  46.   
  47. ! static char *level="xlife patchlevel 7";
  48. --- 20,23 ----
  49.    * PERFORMANCE OF THIS SOFTWARE.
  50.    */
  51.   
  52. ! static char *level="xlife patchlevel 8";
  53.  
  54. *** xlife-2.0/gentab.c  Sun Jul  8 00:51:02 1990
  55. --- xlife/gentab.c      Sun Jul  8 14:22:17 1990
  56. ***************
  57. *** 21,27 ****
  58.    */
  59.  
  60.   #include "defs.h"
  61. - #include "struct.h"
  62.   #include "macros.h"
  63.  
  64.   void gentab()
  65. --- 21,26 ----
  66.  
  67. dan
  68. ----------------------------------------------------
  69. O'Reilly && Associates   argv@sun.com / argv@ora.com
  70. Opinions expressed reflect those of the author only.
  71.