From c2810c36f4d8acf9c5cb5398560c7f5b385e1e14 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 13 Oct 1999 19:37:20 +0000 Subject: 1999-10-13 Roland McGrath * main.c (diskfs_name_max): New variable. --- isofs/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/isofs/main.c b/isofs/main.c index ea40a3a9..beca281d 100644 --- a/isofs/main.c +++ b/isofs/main.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1997, 98 Free Software Foundation, Inc. + Copyright (C) 1997, 98, 99 Free Software Foundation, Inc. Written by Thomas Bushnell, n/BSG. This file is part of the GNU Hurd. @@ -36,6 +36,7 @@ char *diskfs_extra_version = "GNU Hurd"; int diskfs_synchronous = 0; int diskfs_link_max = INT_MAX; +int diskfs_name_max = 255; /* see iso9660.h: struct dirrect::namelen */ int diskfs_maxsymlinks = 8; /* This filesystem is never capable of writing. */ -- cgit v1.2.3