diff options
-rw-r--r-- | sys/ufs/ufs/dir.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/dir.h b/sys/ufs/ufs/dir.h index b16c9a9256d..8c89cd54dc5 100644 --- a/sys/ufs/ufs/dir.h +++ b/sys/ufs/ufs/dir.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dir.h,v 1.6 1997/05/30 08:34:56 downsj Exp $ */ +/* $OpenBSD: dir.h,v 1.7 1999/11/26 16:23:28 art Exp $ */ /* $NetBSD: dir.h,v 1.8 1996/03/09 19:42:41 scottr Exp $ */ /* @@ -48,7 +48,7 @@ * Theoretically, directories can be more than 2Gb in length, however, in * practice this seems unlikely. So, we define the type doff_t as a 32-bit * quantity to keep down the cost of doing lookup on a 32-bit machine. -*/ + */ #define doff_t int32_t #define MAXDIRSIZE (0x7fffffff) |