[BACK]Return to subr_prf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/subr_prf.c between version 1.25 and 1.26

version 1.25, 1996/04/22 01:38:46 version 1.26, 1996/08/09 10:30:23
Line 127  panic(fmt, va_alist)
Line 127  panic(fmt, va_alist)
 #ifdef DDB  #ifdef DDB
         Debugger();          Debugger();
 #endif  #endif
         boot(bootopt);          boot(bootopt, NULL);
 }  }
   
 /*  /*

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb <webmaster@jp.NetBSD.org>