From 1ac7f071ce2191599b99eddfb4fb595d2d1f474f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:32:54 +1100 Subject: build: Remove SMB_F* locking defines --- source3/include/includes.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'source3/include') 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 @@ -367,22 +367,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. */ -- cgit