On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into librepla...
[mat/samba.git] / lib / replace / replace.h
index debd4dae3c22856e290b9adeea8817b4239ca25d..776da8aa4a13d97cf64d044ef942802c50de1ed4 100644 (file)
@@ -841,12 +841,4 @@ typedef long useconds_t;
 int usleep(useconds_t);
 #endif
 
-#ifndef HAVE_BLKSIZE_T
-typedef long blksize_t;
-#endif
-
-#ifndef HAVE_BLKCNT_T
-typedef long blkcnt_t;
-#endif
-
 #endif /* _LIBREPLACE_REPLACE_H */