diff options
author | root <devnull@localhost> | 1996-11-18 18:02:36 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-11-18 18:02:36 +0000 |
commit | d382745d17ae859c0ad43d691648da576bd70907 (patch) | |
tree | 1c62239339a9bcba0f2f3f3d9d9b90b479ae2d3e /build/names.c | |
parent | 5c46c799f264c30b6414f4a64e27b42ca829bb51 (diff) | |
download | librpm-tizen-d382745d17ae859c0ad43d691648da576bd70907.tar.gz librpm-tizen-d382745d17ae859c0ad43d691648da576bd70907.tar.bz2 librpm-tizen-d382745d17ae859c0ad43d691648da576bd70907.zip |
The Great Renaming
CVS patchset: 1171
CVS date: 1996/11/18 18:02:36
Diffstat (limited to 'build/names.c')
-rw-r--r-- | build/names.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/names.c b/build/names.c index 65562283d..f64a1f49d 100644 --- a/build/names.c +++ b/build/names.c @@ -12,7 +12,7 @@ #include "names.h" #include "rpmlib.h" -#include "rpmerr.h" +#include "messages.h" static uid_t uids[1024]; static char *unames[1024]; @@ -183,7 +183,7 @@ char *buildHost(void) if ((hbn = gethostbyname(hostname))) { strcpy(hostname, hbn->h_name); } else { - message(MESS_WARNING, "Could not canonicalize hostname: %s\n", + rpmMessage(RPMMESS_WARNING, "Could not canonicalize hostname: %s\n", hostname); } gotit = 1; |