summaryrefslogtreecommitdiffstats
path: root/shlibs
diff options
context:
space:
mode:
authorKarel Zak2010-06-08 10:55:24 +0200
committerKarel Zak2010-06-08 10:55:24 +0200
commit8e36876187eaf4afd61a55c276d53f9a7be5016c (patch)
treee64b941a481eba73e5030e5230ad6131b6a092cd /shlibs
parentdocs: update ReleaseNotes (diff)
downloadkernel-qcow2-util-linux-8e36876187eaf4afd61a55c276d53f9a7be5016c.tar.gz
kernel-qcow2-util-linux-8e36876187eaf4afd61a55c276d53f9a7be5016c.tar.xz
kernel-qcow2-util-linux-8e36876187eaf4afd61a55c276d53f9a7be5016c.zip
build-sys: cleanup lib{mount,blkid} building
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'shlibs')
-rw-r--r--shlibs/blkid/libblkid.32
-rw-r--r--shlibs/mount/src/fs.c2
-rw-r--r--shlibs/mount/src/tab.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/shlibs/blkid/libblkid.3 b/shlibs/blkid/libblkid.3
index 46eb868bc..ab4c5736e 100644
--- a/shlibs/blkid/libblkid.3
+++ b/shlibs/blkid/libblkid.3
@@ -9,7 +9,7 @@
.SH NAME
libblkid \- block device identification library
.SH SYNOPSIS
-.B #include <blkid/blkid.h>
+.B #include <blkid.h>
.sp
.B cc
.I file.c
diff --git a/shlibs/mount/src/fs.c b/shlibs/mount/src/fs.c
index 851c5f9b5..63da2f206 100644
--- a/shlibs/mount/src/fs.c
+++ b/shlibs/mount/src/fs.c
@@ -16,7 +16,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
-#include <blkid/blkid.h>
+#include <blkid.h>
#include "nls.h"
#include "mountP.h"
diff --git a/shlibs/mount/src/tab.c b/shlibs/mount/src/tab.c
index 12de85018..3c23748b9 100644
--- a/shlibs/mount/src/tab.c
+++ b/shlibs/mount/src/tab.c
@@ -51,7 +51,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
-#include <blkid/blkid.h>
+#include <blkid.h>
#include "nls.h"
#include "mountP.h"