summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-03-18 19:52:17 +0000
committerpeter <peter@FreeBSD.org>1997-03-18 19:52:17 +0000
commit26e23c5718c9557817f016c7dca10df06189e603 (patch)
treefa91490cfe251bd54b3e355ced3d233374da874a /sys/ufs
parent53f3cf9fa12ec8f95cccf267a1bcef033e535a1f (diff)
downloadFreeBSD-src-26e23c5718c9557817f016c7dca10df06189e603.zip
FreeBSD-src-26e23c5718c9557817f016c7dca10df06189e603.tar.gz
MAXDIRSIZE is (or would be) used in fsck. It's a sanity check.
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/dir.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/ufs/ufs/dir.h b/sys/ufs/ufs/dir.h
index 4995d05..6a7a853 100644
--- a/sys/ufs/ufs/dir.h
+++ b/sys/ufs/ufs/dir.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)dir.h 8.2 (Berkeley) 1/21/94
- * $Id$
+ * $Id: dir.h,v 1.7 1997/02/22 09:47:38 peter Exp $
*/
#ifndef _UFS_UFS_DIR_H_
@@ -48,10 +48,7 @@
* quantity to keep down the cost of doing lookup on a 32-bit machine.
*/
#define doff_t int32_t
-
-#ifdef notused
#define MAXDIRSIZE (0x7fffffff)
-#endif
/*
* A directory consists of some number of blocks of DIRBLKSIZ
OpenPOWER on IntegriCloud