diff options
author | Jeremy Allison <jra@samba.org> | 2001-03-11 00:51:54 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-03-11 00:51:54 +0000 |
commit | a2e5dbb1120e726ba80b00a159dad1a1ca2e3a18 (patch) | |
tree | 86036fde69c9bb29a22d7250b78b80b1fa1b2e8e /source3/include/smb.h | |
parent | c4a84783a672734f695defbac25733e5cbf29430 (diff) | |
download | samba-a2e5dbb1120e726ba80b00a159dad1a1ca2e3a18.tar.gz samba-a2e5dbb1120e726ba80b00a159dad1a1ca2e3a18.tar.xz samba-a2e5dbb1120e726ba80b00a159dad1a1ca2e3a18.zip |
Remove "BYTE" - we already have uint8 - don't need more conflicts with
system header files...
Jeremy.
(This used to be commit 31e0ce310ec38b3a3a05b344d6450d442c6be471)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index d16c7661fe..9b2d0ee5f9 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -36,8 +36,6 @@ #define True (1) #define Auto (2) -typedef unsigned char BYTE; - #ifndef _BOOL typedef int BOOL; #define _BOOL /* So we don't typedef BOOL again in vfs.h */ |