Remove old and unused blockdev.h header.
authorMilan Broz <gmazyland@gmail.com>
Mon, 18 Apr 2011 10:52:22 +0000 (10:52 +0000)
committerMilan Broz <gmazyland@gmail.com>
Mon, 18 Apr 2011 10:52:22 +0000 (10:52 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@512 36d66b0a-2a48-0410-832c-cd162a569da5

lib/Makefile.am
lib/blockdev.h [deleted file]

index 2eb01a8..d325ad0 100644 (file)
@@ -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 (file)
index feaea33..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef BLOCKDEV_H
-#define BLOCKDEV_H
-
-#ifdef HAVE_CONFIG_H
-#      include "config.h"
-#endif
-#include <unistd.h>
-#include <asm/types.h>
-#include <sys/ioctl.h>
-#include <sys/mount.h>
-
-#if defined(__linux__) && defined(_IOR) && !defined(BLKGETSIZE64)
-#      define BLKGETSIZE64     _IOR(0x12, 114, size_t)
-#endif
-
-#endif /* BLOCKDEV_H */