blob: f197c837961262ace9b2c288e41b9b7c7335c1c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-af,v 1.6 2006/09/13 14:41:58 taca Exp $
--- helpers/ntlm_auth/SMB/smbval/smblib-util.c.orig 2005-05-18 01:56:33.000000000 +0900
+++ helpers/ntlm_auth/SMB/smbval/smblib-util.c
@@ -60,6 +60,7 @@ static char *SMB_Prots[] =
"NT LANMAN 1.0",
NULL};
+#if 0
/* Print out an SMB pkt in all its gory detail ... */
void
@@ -78,6 +79,7 @@ SMB_Print_Pkt(FILE fd, RFCNB_Pkt * pkt,
/* etc */
}
+#endif
/* Convert a DOS Date_Time to a local host type date time for printing */
|