e4362268035f5a834d69d895e9ef79b4792426d6
[10.03/packages.git] / net / samba3 / patches / 180-fix_duplicate_define.patch
1 --- a/source/include/config.h
2 +++ b/source/include/config.h
3 @@ -1848,8 +1848,7 @@
4  #define SIZEOF_LONG 4
5  
6  /* The size of the 'off_t' type */
7 -/* AR7 #define SIZEOF_OFF_T 8 */
8 -#define SIZEOF_OFF_T 4 /* AR7 */
9 +/* #define SIZEOF_OFF_T 8 */
10  
11  /* The size of a `short', as computed by sizeof. */
12  #define SIZEOF_SHORT 2