]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib,path: move path access functions from lscpu into lib/path.c
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 15 Sep 2011 06:52:29 +0000 (08:52 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Sep 2011 11:36:41 +0000 (13:36 +0200)
commit8148217b5bfc9a84ffc7b2936ea2dfecd87e723c
tree734cca8b12ee64e6ce20f8582756f7d3f0208013
parentb7fcd7ab6aecf192bc5b65c48dc430c3b38e0726
lib,path: move path access functions from lscpu into lib/path.c

A couple of these functions already have been copied to chcpu.c,
so it makes sense to move these functions into an own file.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
include/path.h [new file with mode: 0644]
lib/path.c [new file with mode: 0644]
sys-utils/Makefile.am
sys-utils/lscpu.c