diff options
Diffstat (limited to 'lib/replace/replace.h')
-rw-r--r-- | lib/replace/replace.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/replace/replace.h b/lib/replace/replace.h index debd4dae3c..776da8aa4a 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -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 */ |