FNAME_SIZE
extern char rootpath[FNAME_SIZE];
extern char rootpath[FNAME_SIZE];
char serv_name[FNAME_SIZE];
sn_len = FNAME_SIZE-1;
char rootpath[FNAME_SIZE] = "/"; /* root mount path */
char bootfile[FNAME_SIZE]; /* bootp says to boot this */
char hostname[FNAME_SIZE]; /* our hostname */
char domainname[FNAME_SIZE]; /* our DNS domain */
extern char rootpath[FNAME_SIZE];
extern char bootfile[FNAME_SIZE];
extern char hostname[FNAME_SIZE];
extern char domainname[FNAME_SIZE];
char path[FNAME_SIZE];
char name[FNAME_SIZE];
u_char space[FNAME_SIZE + 6];