Source-Changes-HG archive

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

[src/trunk]: src/sys/netsmb remove unused constant



details:   https://anonhg.NetBSD.org/src/rev/95625654f137
branches:  trunk
changeset: 769930:95625654f137
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 27 01:16:35 2011 +0000

description:
remove unused constant

diffstat:

 sys/netsmb/smb.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 064b12e95f64 -r 95625654f137 sys/netsmb/smb.h
--- a/sys/netsmb/smb.h  Tue Sep 27 01:14:47 2011 +0000
+++ b/sys/netsmb/smb.h  Tue Sep 27 01:16:35 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smb.h,v 1.17 2005/12/11 06:25:32 christos Exp $        */
+/*     $NetBSD: smb.h,v 1.18 2011/09/27 01:16:35 christos Exp $        */
 
 /*
  * Copyright (c) 2000-2001 Boris Popov
@@ -394,7 +394,6 @@
 #define        SMB_MAXSHARENAMELEN     128
 #define        SMB_MAXPKTLEN           0x1FFFF
 #define        SMB_MAXCHALLENGELEN     8
-#define        SMB_MAXFNAMELEN         255     /* Keep in sync with MAXNAMLEN */
 
 #define        SMB_MAXRCN              3       /* number of reconnect attempts */
 



Home | Main Index | Thread Index | Old Index