From f57c944e09417edcbcd69f2b01b937cadef39db2 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Thu, 7 Dec 2000 19:56:48 +0000 Subject: Changed names of functions in utility.c and all affected files, to make compliant with the style guide. Everybody rebuild your tags file! --- nc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nc.c') diff --git a/nc.c b/nc.c index fcacb0c45..805bbd4d8 100644 --- a/nc.c +++ b/nc.c @@ -63,7 +63,7 @@ int nc_main(int argc, char **argv) hostinfo = (struct hostent *) gethostbyname(*argv); if (!hostinfo) { - fatalError("cannot resolve %s\n", *argv); + error_msg_and_die("cannot resolve %s\n", *argv); } address.sin_family = AF_INET; -- cgit v1.2.3