mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user