diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 20:49:26 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-10 20:49:26 +0000 |
commit | cc72a838ef149364e787a804fb86d35bb6a2d4cb (patch) | |
tree | e50fe8d0a43ea03a356c8b6e3f34c1ff594d29cd /ufs/consts.c | |
parent | 5c0128e3a3c729bc4d333967575ab95503d142ea (diff) |
Formerly consts.c.~3~
Diffstat (limited to 'ufs/consts.c')
-rw-r--r-- | ufs/consts.c | 3 |
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; |