summaryrefslogtreecommitdiff
path: root/lib/replace/replace.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-04-09 15:31:23 -0700
committerJeremy Allison <jra@samba.org>2012-04-10 04:07:11 +0200
commitd425a4cd3dded853aaefbca8873c95845933d383 (patch)
treee56ecaface7633a8ef90b0855302023a6d5dfc30 /lib/replace/replace.h
parent800a9d8bc3d6805dd297e65c8d32efc74a1329b3 (diff)
downloadsamba-d425a4cd3dded853aaefbca8873c95845933d383.tar.gz
samba-d425a4cd3dded853aaefbca8873c95845933d383.tar.bz2
samba-d425a4cd3dded853aaefbca8873c95845933d383.zip
On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into libreplace to make it standalone.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Apr 10 04:07:11 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/replace/replace.h')
-rw-r--r--lib/replace/replace.h8
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 */