summaryrefslogtreecommitdiff
path: root/shlibs/blkid/src/config.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-20libblkid: add blkdev.h to blkidP.hKarel Zak1-1/+0
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-20make major and minor available on SolarisKarel Zak1-3/+0
Reported-by: Fabian Groffen <grobian@gentoo.org> Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03lib: [env] consolidate safe_getenv() usageKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2009-08-17replace bcopy,bzero,index and rindexDaniel Mierswa1-2/+2
Those 4 functions are marked as LEGACY in POSIX.1-2001 and removed in POSIX.1-2008. Replaced with memmove,memset,strchr and strrchr. Signed-off-by: Daniel Mierswa <impulze@impulze.org>
2009-05-14build-sys: rename /libs to /shlibsKarel Zak1-0/+205
On Wed, May 13, 2009 at 05:38:49AM -0400, Christoph Hellwig wrote: > Also the lib vs libs toplevel directories probably aren't a too good > choice. Signed-off-by: Karel Zak <kzak@redhat.com>