summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-05-13 05:01:36 +0000
committerAndrew Tridgell <tridge@samba.org>1998-05-13 05:01:36 +0000
commited4719b66c728b52240961897282d0bbc9c456c1 (patch)
tree7c4ca168d1d9ff49648b7789072f3f2b018a7e3a
parentee9a61841ac10d32d869a3893bc690c66f2bb1bb (diff)
downloadsamba-ed4719b66c728b52240961897282d0bbc9c456c1.tar.gz
samba-ed4719b66c728b52240961897282d0bbc9c456c1.tar.bz2
samba-ed4719b66c728b52240961897282d0bbc9c456c1.zip
we don't need a typedef for string
(This used to be commit 9907296225e35548dadd70e1be5a06517b27bb87)
-rw-r--r--source3/include/smb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 714d3b2eb4..3049b50362 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -237,8 +237,6 @@ implemented */
typedef char pstring[1024];
typedef char fstring[128];
-/* typedef fstring string; */
-
/* pipe strings */
#define PIPE_LANMAN "\\PIPE\\LANMAN"