summaryrefslogtreecommitdiff
path: root/isofs
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-13 19:37:20 +0000
committerRoland McGrath <roland@gnu.org>1999-10-13 19:37:20 +0000
commitc2810c36f4d8acf9c5cb5398560c7f5b385e1e14 (patch)
tree43051d1c0f627d3c1897ec25efd0358319b505ad /isofs
parent6d0b792df7cdd24796bc8f4da73ee733ac53e5b6 (diff)
1999-10-13 Roland McGrath <roland@baalperazim.frob.com>
* main.c (diskfs_name_max): New variable.
Diffstat (limited to 'isofs')
-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. */