[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.136 and 1.137

version 1.136, 1995/01/15 00:44:19 version 1.137, 1995/01/15 02:11:23
Line 1 
Line 1 
 /*      $NetBSD$        */  /*      $NetBSD$        */
   
 /*-  /*-
  * Copyright (c) 1993, 1994 Charles Hannum.   * Copyright (c) 1993, 1994, 1995 Charles Hannum.
  * Copyright (c) 1992 Terrence R. Lambert.   * Copyright (c) 1992 Terrence R. Lambert.
  * Copyright (c) 1982, 1987, 1990 The Regents of the University of California.   * Copyright (c) 1982, 1987, 1990 The Regents of the University of California.
  * All rights reserved.   * All rights reserved.
Line 128  void dumpsys __P((void));
Line 128  void dumpsys __P((void));
   
 caddr_t allocsys();  caddr_t allocsys();
   
 int check_selectors __P((u_short, u_short, u_short, u_short));  
 /*  /*
  * Machine-dependent startup code   * Machine-dependent startup code
  */   */

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137

CVSweb <webmaster@jp.NetBSD.org>