diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 13:26:34 +1100 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:09 +0200 |
| commit | 6098f8d80cb37fba7d2f245ee1a5c184b0f27aea (patch) | |
| tree | 22452358512adf744eb7e370ca7a0243c0add799 /source3/include | |
| parent | f6e053202481631b12d75f6a552ee1aa8b355064 (diff) | |
| download | samba-6098f8d80cb37fba7d2f245ee1a5c184b0f27aea.tar.gz samba-6098f8d80cb37fba7d2f245ee1a5c184b0f27aea.tar.xz samba-6098f8d80cb37fba7d2f245ee1a5c184b0f27aea.zip | |
build: Remove SMB_STRUCT_FLOCK define
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/includes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index e8f3c0bb34..850c0748e9 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -371,10 +371,6 @@ typedef struct stat_ex SMB_STRUCT_STAT; * Defines for 64 bit fcntl locks. */ -#ifndef SMB_STRUCT_FLOCK -# define SMB_STRUCT_FLOCK struct flock -#endif - #ifndef SMB_F_SETLKW # define SMB_F_SETLKW F_SETLKW #endif |
