diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 13:32:54 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:09 +0200 |
commit | 1ac7f071ce2191599b99eddfb4fb595d2d1f474f (patch) | |
tree | a83cf9e1d4a96849a30d9761b16b60d2ff39177f /source3/include | |
parent | 6098f8d80cb37fba7d2f245ee1a5c184b0f27aea (diff) | |
download | samba-1ac7f071ce2191599b99eddfb4fb595d2d1f474f.tar.gz samba-1ac7f071ce2191599b99eddfb4fb595d2d1f474f.tar.bz2 samba-1ac7f071ce2191599b99eddfb4fb595d2d1f474f.zip |
build: Remove SMB_F* locking defines
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 850c0748e9..b0c2a4aabc 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -368,22 +368,6 @@ struct stat_ex { typedef struct stat_ex SMB_STRUCT_STAT; /* - * Defines for 64 bit fcntl locks. - */ - -#ifndef SMB_F_SETLKW -# define SMB_F_SETLKW F_SETLKW -#endif - -#ifndef SMB_F_SETLK -# define SMB_F_SETLK F_SETLK -#endif - -#ifndef SMB_F_GETLK -# define SMB_F_GETLK F_GETLK -#endif - -/* * Type for aiocb structure. */ |