1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
1998-04-09  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/i386/i486/bits/string.h: Remove unused variables.

	* misc/syslog.c (closelog_internal): Set LogTag to NULL.
This commit is contained in:
Ulrich Drepper
1998-04-09 20:41:47 +00:00
parent 834e195429
commit ff44f2a57a
4 changed files with 69 additions and 9 deletions

View File

@@ -304,6 +304,7 @@ closelog_internal()
close (LogFile);
LogFile = -1;
connected = 0;
LogTag = NULL;
}
void