[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.7 and 1.8

version 1.7, 1997/10/11 01:53:28 version 1.8, 1998/02/03 05:32:13
Line 53  __RCSID("$NetBSD$");
Line 53  __RCSID("$NetBSD$");
 #include <signal.h>  #include <signal.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <time.h>
 #include <unistd.h>  #include <unistd.h>
   
 #include "hdr.h"  #include "hdr.h"
 #include "extern.h"  #include "extern.h"
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>