ARGV_t const pendantry
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Apr 2008 09:11:16 +0000 (12:11 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 7 Apr 2008 09:19:58 +0000 (12:19 +0300)
commitc29adcee80825d79e7b522ee651360d1b9542539
treed9bed24a002962b62e511ea2fa93c6040cf3a657
parentd728ec28dcb51a139859e4fed48da894a8363a51
ARGV_t const pendantry
- const on typedef'ed ARGV_t doesn't mean a thing, add a new,
  (exec* compatible) ARGV_const_t and use where appropriate consistently in
  argv.h, rpmcli.h etc
- popt's argv const is the wrong way around for exec() family, add explicit
  ARGV_t casts on popGetArgs() uses where needed
- compiler silence, aaahh...
15 files changed:
build/files.c
build/rpmfc.c
build/rpmfc.h
lib/query.c
lib/rpmchecksig.c
lib/rpmcli.h
lib/rpmgi.c
lib/rpmgi.h
lib/rpminstall.c
lib/verify.c
rpmio/argv.c
rpmio/argv.h
rpmio/rpmfileutil.c
rpmqv.c
tools/rpmdeps.c