From 6098f8d80cb37fba7d2f245ee1a5c184b0f27aea Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 28 Mar 2012 13:26:34 +1100 Subject: build: Remove SMB_STRUCT_FLOCK define --- source3/include/includes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/includes.h') 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 -- cgit