[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.7 and 1.7.100.1

version 1.7, 2003/03/27 12:28:58 version 1.7.100.1, 2009/01/17 13:29:22
Line 19  u_char bcea[6] = BA;   /* broadcast ethe
Line 19  u_char bcea[6] = BA;   /* broadcast ethe
 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 */
   char    *fsmod =  "ffs";                /* guessed file system module name */
   char    *fsmod2;                        /* a requisite module */
 struct  in_addr myip;                   /* my ip address */  struct  in_addr myip;                   /* my ip address */
 struct  in_addr rootip;                 /* root ip address */  struct  in_addr rootip;                 /* root ip address */
 struct  in_addr gateip;                 /* swap ip address */  struct  in_addr gateip;                 /* swap ip address */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.100.1

CVSweb <webmaster@jp.NetBSD.org>