OSDN Git Service

use gnulib's progname module
authorJim Meyering <meyering@redhat.com>
Thu, 5 Jun 2008 07:23:51 +0000 (09:23 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 5 Jun 2008 07:23:51 +0000 (09:23 +0200)
commit61ca18819ebe630f48564575a796ebcfac5ea957
tree4ebc329c4b23367fd2070ef661fda25ff1abf4b8
parent8d0af5e95b8d4beb947bda15f232085b1d6f3cbb
use gnulib's progname module

* bootstrap.conf (gnulib_modules): Add progname.
* debug/clearfat/clearfat.c: Include "progname.h".
(main): Call set_program_name rather than setting program_name.
* parted/parted.c: Likewise.
* partprobe/partprobe.c: Likewise.
* libparted/tests/disk.c: Include "progname.h" and call
set_program_name even though program_name isn't used, yet.
* libparted/tests/label.c: Likewise.
bootstrap.conf
debug/clearfat/clearfat.c
libparted/tests/disk.c
libparted/tests/label.c
parted/parted.c
partprobe/partprobe.c