summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isofs/main.c3
1 files changed, 2 insertions, 1 deletions
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. */