summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-10 20:49:26 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-10 20:49:26 +0000
commitdafe41c2cfb1007f9a35ca471bffa53e9e090064 (patch)
tree8e14eb722b51883468fc2ba691a88275b819ace2
parent7ffa7b14139ddf99d946c9343b6eaddefc5ae82e (diff)
Formerly consts.c.~3~
-rw-r--r--ufs/consts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ufs/consts.c b/ufs/consts.c
index 54aa82de..dd63b410 100644
--- a/ufs/consts.c
+++ b/ufs/consts.c
@@ -15,6 +15,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include "ufs.h"
+#include "dinode.h"
+
int diskfs_link_max = LINK_MAX;
int diskfs_maxsymlinks = 8;
int diskfs_shortcut_symlink = 1;