diff options
author | jbj <devnull@localhost> | 2002-05-13 22:45:30 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-05-13 22:45:30 +0000 |
commit | bc9d22eeb9034966654091306e3e3fc9a9dd7c71 (patch) | |
tree | 67b38378c5b6c5f4c742df1b215b43d65fb23077 /lib | |
parent | f9f1064dc0681321e13d240b193895ecc7d6d5cf (diff) | |
download | librpm-tizen-bc9d22eeb9034966654091306e3e3fc9a9dd7c71.tar.gz librpm-tizen-bc9d22eeb9034966654091306e3e3fc9a9dd7c71.tar.bz2 librpm-tizen-bc9d22eeb9034966654091306e3e3fc9a9dd7c71.zip |
AIX fiddles (Albert Chin <rpm-list@thewrittenword.com>).
CVS patchset: 5434
CVS date: 2002/05/13 22:45:30
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmrc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c index a38ed440d..9bd549918 100644 --- a/lib/rpmrc.c +++ b/lib/rpmrc.c @@ -412,7 +412,7 @@ static int addDefault(defaultEntry * table, int * tableLen, char * line, return 0; } -static /*@null@*/ const canonEntry lookupInCanonTable(const char * name, +static /*@null@*/ canonEntry lookupInCanonTable(const char * name, const canonEntry table, int tableLen) /*@*/ { @@ -1399,7 +1399,7 @@ void rpmGetOsInfo(const char ** name, int * num) getMachineInfo(OS, name, num); } -void rpmRebuildTargetVars(const char ** target, const char ** canontarget) +static void rpmRebuildTargetVars(const char ** target, const char ** canontarget) { char *ca = NULL, *co = NULL, *ct = NULL; |