[BACK]Return to globals.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / lib / libsa

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

Diff for /src/sys/lib/libsa/globals.c between version 1.3 and 1.3.46.1

version 1.3, 1995/09/18 21:19:27 version 1.3.46.1, 2002/03/16 16:01:57
Line 16 
Line 16 
   
 u_char  bcea[6] = BA;                   /* broadcast ethernet address */  u_char  bcea[6] = BA;                   /* broadcast ethernet address */
   
   struct open_file files[SOPEN_MAX];
   
 char    rootpath[FNAME_SIZE] = "/";     /* root mount path */  char    rootpath[FNAME_SIZE] = "/";     /* root mount path */
 char    bootfile[FNAME_SIZE];           /* bootp says to boot this */  char    bootfile[FNAME_SIZE];           /* bootp says to boot this */
 char    hostname[FNAME_SIZE];           /* our hostname */  char    hostname[FNAME_SIZE];           /* our hostname */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.46.1

CVSweb <webmaster@jp.NetBSD.org>