diff options
author | Jeremy Allison <jra@samba.org> | 2006-01-27 23:30:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:17 -0500 |
commit | bd34c2ac25af690a00cbbded5b57a834a4e35875 (patch) | |
tree | a9262c45e1d36d6ebf25505af596f50d8f92a595 /source3/include | |
parent | 0f46bfdce61a438c61fba922bad1e5c910d88a10 (diff) | |
download | samba-bd34c2ac25af690a00cbbded5b57a834a4e35875.tar.gz samba-bd34c2ac25af690a00cbbded5b57a834a4e35875.tar.bz2 samba-bd34c2ac25af690a00cbbded5b57a834a4e35875.zip |
r13198: Fix issues exposed by Jerry's testing on 64-bit Solaris
(I hope). Separate 3.0.21b patch sent to Jerry.
Jeremy.
(This used to be commit 837e7ea7e40cedc6b01e023445feb4a90c4bf8b9)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index f899a71dc6..fba02565d8 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -549,7 +549,6 @@ struct current_user #define NO_BREAK_SENT 0 #define BREAK_TO_NONE_SENT 1 #define LEVEL_II_BREAK_SENT 2 -#define ASYNC_LEVEL_II_BREAK_SENT 3 typedef struct { fstring smb_name; /* user name from the client */ |