[BACK]Return to init.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / adventure

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/adventure/init.c between version 1.10 and 1.11

version 1.10, 1998/08/29 20:19:56 version 1.11, 1999/02/10 12:38:54
Line 217  linkdata()
Line 217  linkdata()
   
 void  void
 trapdel(n)                      /* come here if he hits a del */  trapdel(n)                      /* come here if he hits a del */
         int     n;          int     n __attribute__((__unused__));
 {  {
         delhit = 1;             /* main checks, treats as QUIT */          delhit = 1;             /* main checks, treats as QUIT */
         signal(SIGINT, trapdel);/* catch subsequent DELs */          signal(SIGINT, trapdel);/* catch subsequent DELs */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>