diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-09 20:41:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-09 20:41:47 +0000 |
commit | ff44f2a57a9442d86e7c40975a3cd45a3ff7de72 (patch) | |
tree | 9b36da44c2d9975cafc72379705cd4c2ee0cb390 /misc/syslog.c | |
parent | 834e195429b277d519fae256284c535dc2315c9b (diff) | |
download | glibc-ff44f2a57a9442d86e7c40975a3cd45a3ff7de72.tar glibc-ff44f2a57a9442d86e7c40975a3cd45a3ff7de72.tar.gz glibc-ff44f2a57a9442d86e7c40975a3cd45a3ff7de72.tar.bz2 glibc-ff44f2a57a9442d86e7c40975a3cd45a3ff7de72.zip |
Update.
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.
Diffstat (limited to 'misc/syslog.c')
-rw-r--r-- | misc/syslog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/syslog.c b/misc/syslog.c index 0aaabfa170..a1d6f5ce5b 100644 --- a/misc/syslog.c +++ b/misc/syslog.c @@ -304,6 +304,7 @@ closelog_internal() close (LogFile); LogFile = -1; connected = 0; + LogTag = NULL; } void |