summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-03-28 13:26:34 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-04-05 02:39:09 +0200
commit6098f8d80cb37fba7d2f245ee1a5c184b0f27aea (patch)
tree22452358512adf744eb7e370ca7a0243c0add799 /source3/include/includes.h
parentf6e053202481631b12d75f6a552ee1aa8b355064 (diff)
downloadsamba-6098f8d80cb37fba7d2f245ee1a5c184b0f27aea.tar.gz
samba-6098f8d80cb37fba7d2f245ee1a5c184b0f27aea.tar.bz2
samba-6098f8d80cb37fba7d2f245ee1a5c184b0f27aea.zip
build: Remove SMB_STRUCT_FLOCK define
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h4
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