-/* $OpenBSD: dhclient.c,v 1.359 2015/02/15 01:56:42 tedu Exp $ */
+/* $OpenBSD: dhclient.c,v 1.360 2015/04/16 15:14:30 gsoares Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
get_ifname(argv[0]);
ifi->index = if_nametoindex(ifi->name);
if (ifi->index == 0)
- error("'%s' is not an interface", ifi->name);
+ error("%s: no such interface", ifi->name);
tzset();
-/* $OpenBSD: dispatch.c,v 1.100 2015/02/06 04:18:20 krw Exp $ */
+/* $OpenBSD: dispatch.c,v 1.101 2015/04/16 15:14:31 gsoares Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
}
if (!found)
- error("%s: not found", ifi->name);
+ error("%s: no such interface", ifi->name);
freeifaddrs(ifap);
}