[BACK]Return to machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

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

Diff for /src/sys/arch/i386/i386/machdep.c between version 1.467 and 1.468

version 1.467, 2002/01/31 17:40:51 version 1.468, 2002/03/06 13:10:20
Line 2210  haltsys:
Line 2210  haltsys:
 /*  /*
  * These variables are needed by /sbin/savecore   * These variables are needed by /sbin/savecore
  */   */
 u_long  dumpmag = 0x8fca0101;   /* magic number */  u_int32_t dumpmag = 0x8fca0101; /* magic number */
 int     dumpsize = 0;           /* pages */  int     dumpsize = 0;           /* pages */
 long    dumplo = 0;             /* blocks */  long    dumplo = 0;             /* blocks */
   

Legend:
Removed from v.1.467  
changed lines
  Added in v.1.468

CVSweb <webmaster@jp.NetBSD.org>