Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/lfs Remove duplicate define of LFS_MAXNAMLEN



details:   https://anonhg.NetBSD.org/src/rev/97b06accd6ac
branches:  trunk
changeset: 787701:97b06accd6ac
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 28 16:14:06 2013 +0000

description:
Remove duplicate define of LFS_MAXNAMLEN

diffstat:

 sys/ufs/lfs/lfs.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r ea8b9e49ed63 -r 97b06accd6ac sys/ufs/lfs/lfs.h
--- a/sys/ufs/lfs/lfs.h Fri Jun 28 15:48:02 2013 +0000
+++ b/sys/ufs/lfs/lfs.h Fri Jun 28 16:14:06 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs.h,v 1.156 2013/06/23 02:07:04 dholland Exp $       */
+/*     $NetBSD: lfs.h,v 1.157 2013/06/28 16:14:06 matt Exp $   */
 
 /*  from NetBSD: dinode.h,v 1.22 2013/01/22 09:39:18 dholland Exp  */
 /*  from NetBSD: dir.h,v 1.21 2009/07/22 04:49:19 dholland Exp  */
@@ -284,8 +284,6 @@
 #define        lfs_doff_t      int32_t
 #define        LFS_MAXDIRSIZE  (0x7fffffff)
 
-#define        LFS_MAXNAMLEN   255
-
 /*
  * File types for d_type
  */



Home | Main Index | Thread Index | Old Index