summaryrefslogtreecommitdiffstats
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorStefan Krah2007-11-07 12:37:30 +0100
committerKarel Zak2007-11-07 12:37:30 +0100
commit3738a48e0889cf5d99353432bc9d425258e8e350 (patch)
tree06aeb8b6c5ec32fcc43c643805c8231c2f39c073 /include/Makefile.am
parentmkswap: linux_version() code consolidation (diff)
downloadkernel-qcow2-util-linux-3738a48e0889cf5d99353432bc9d425258e8e350.tar.gz
kernel-qcow2-util-linux-3738a48e0889cf5d99353432bc9d425258e8e350.tar.xz
kernel-qcow2-util-linux-3738a48e0889cf5d99353432bc9d425258e8e350.zip
lib: add blkdev.{c,h}
Now we duplicate BLK* ioctls on many places... This patch also fix BLKGETSIZE64 usage in dependence on kernel version. Co-Author: Karel Zak <kzak@redhat.com> Signed-off-by: Stefan Krah <stefan@bytereef.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include/Makefile.am')
-rw-r--r--include/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 275661dee..e2b99d6c0 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -2,4 +2,4 @@ include $(top_srcdir)/config/include-Makefile.am
dist_noinst_HEADERS = carefulputc.h env.h linux_reboot.h md5.h \
nls.h pathnames.h setproctitle.h widechar.h xstrncpy.h \
- linux_version.h
+ linux_version.h blkdev.h