[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.76 and 1.77

version 1.76, 2000/08/09 10:22:31 version 1.77, 2001/03/09 13:35:50
Line 142  static void  klogpri __P((int));
Line 142  static void  klogpri __P((int));
  * globals   * globals
  */   */
   
 struct  tty *constty;   /* pointer to console "window" tty */  extern  struct tty *constty;    /* pointer to console "window" tty */
 extern  int log_open;   /* subr_log: is /dev/klog open? */  extern  int log_open;   /* subr_log: is /dev/klog open? */
 const   char *panicstr; /* arg to first call to panic (used as a flag  const   char *panicstr; /* arg to first call to panic (used as a flag
                            to indicate that panic has already been called). */                             to indicate that panic has already been called). */

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

CVSweb <webmaster@jp.NetBSD.org>