summaryrefslogtreecommitdiff
path: root/build/names.c
diff options
context:
space:
mode:
authorroot <devnull@localhost>1996-11-18 18:02:36 +0000
committerroot <devnull@localhost>1996-11-18 18:02:36 +0000
commitd382745d17ae859c0ad43d691648da576bd70907 (patch)
tree1c62239339a9bcba0f2f3f3d9d9b90b479ae2d3e /build/names.c
parent5c46c799f264c30b6414f4a64e27b42ca829bb51 (diff)
downloadlibrpm-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.c4
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;