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

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

Diff for /src/games/phantasia/setup.c between version 1.14.16.1 and 1.14.16.2

version 1.14.16.1, 2008/01/09 01:30:53 version 1.14.16.2, 2008/03/23 00:25:43
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      setup.c,v 1.14.16.1 2008/01/09 01:30:53 matt Exp        */
   
 /*  /*
  * setup.c - set up all files for Phantasia   * setup.c - set up all files for Phantasia
  * n.b.: this is used at build-time - i.e. during build.sh.   * n.b.: this is used at build-time - i.e. during build.sh.
  */   */
   #ifdef __NetBSD__
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   #endif
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/stat.h>  #include <sys/stat.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include "include.h"  #include "include.h"
   
 #ifndef __dead /* Not NetBSD */  #ifndef __dead /* Not NetBSD */
 #define __dead ;  #define __dead
 #endif  #endif
   
 int main(int, char *[]);  int main(int, char *[]);

Legend:
Removed from v.1.14.16.1  
changed lines
  Added in v.1.14.16.2

CVSweb <webmaster@jp.NetBSD.org>