aboutsummaryrefslogtreecommitdiffstats
path: root/games/galaxis/files/patch-ab
blob: 47ede080296c93e97c0d27c4c2982da3bd731087 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** galaxis.c   Wed Sep 20 17:16:33 1995
--- /home/andy/tmp/wrk/galaxis.c    Mon Jun 30 08:45:01 1997
***************
*** 8,14 ****
  
  #include <stdio.h>
  #include <termios.h>
! #include <curses.h>
  #include <signal.h>
  #include <ctype.h>
  #include <assert.h>
--- 8,14 ----
  
  #include <stdio.h>
  #include <termios.h>
! #include <ncurses.h>
  #include <signal.h>
  #include <ctype.h>
  #include <assert.h>
***************
*** 131,137 ****
  
      (void) signal(SIGINT,outro);
      (void) signal(SIGINT,outro);
!     (void) signal(SIGIOT,outro);      /* for assert(3) */
      if(signal(SIGQUIT,SIG_IGN) != SIG_IGN)
    (void)signal(SIGQUIT,outro);
  
--- 131,137 ----
  
      (void) signal(SIGINT,outro);
      (void) signal(SIGINT,outro);
!     (void) signal(SIGABRT,outro);     /* for assert(3) */
      if(signal(SIGQUIT,SIG_IGN) != SIG_IGN)
    (void)signal(SIGQUIT,outro);