From: Milan Broz Date: Mon, 18 Apr 2011 10:52:22 +0000 (+0000) Subject: Remove old and unused blockdev.h header. X-Git-Tag: upstream/1.6~462 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91372cb69c025cc4b8d0d89372d92f3bda53dfb9;p=platform%2Fupstream%2Fcryptsetup.git Remove old and unused blockdev.h header. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@512 36d66b0a-2a48-0410-832c-cd162a569da5 --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 2eb01a8..d325ad0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -45,7 +45,6 @@ libcryptsetup_la_SOURCES = \ setup.c \ internal.h \ nls.h \ - blockdev.h \ libcryptsetup.h \ utils.c \ utils_crypt.c \ diff --git a/lib/blockdev.h b/lib/blockdev.h deleted file mode 100644 index feaea33..0000000 --- a/lib/blockdev.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef BLOCKDEV_H -#define BLOCKDEV_H - -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif -#include -#include -#include -#include - -#if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64) -# define BLKGETSIZE64 _IOR(0x12, 114, size_t) -#endif - -#endif /* BLOCKDEV_H */