1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00
1999-04-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* resolv/res_hconf.c (_res_hconf_init): Remove unused variable end.
This commit is contained in:
Ulrich Drepper
1999-04-29 10:56:31 +00:00
parent c4563d2d66
commit 2c68584cdd
4 changed files with 13 additions and 4 deletions

View File

@ -313,7 +313,7 @@ _res_hconf_init (void)
{
const char *hconf_name;
int line_num = 0;
char buf[256], *end, *envval;
char buf[256], *envval;
FILE *fp;
if (_res_hconf.initialized)