summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h16
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.
*/