projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22b0607
)
Fix typo.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 18 Apr 2000 19:59:18 +0000
(19:59 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 18 Apr 2000 19:59:18 +0000
(19:59 +0000)
sysdeps/generic/updwtmp.c
patch
|
blob
|
history
diff --git
a/sysdeps/generic/updwtmp.c
b/sysdeps/generic/updwtmp.c
index 5ab7ce6accfc0a5a75e9b283a12928a67dd78cb3..2bd5b7b3304d023f4cc6decf2e47105095290d92 100644
(file)
--- a/
sysdeps/generic/updwtmp.c
+++ b/
sysdeps/generic/updwtmp.c
@@
-28,7
+28,7
@@
void
__updwtmp (const char *wtmp_file, const struct utmp *utmp)
{
- file_name = TRANSFORM_UTMP_FILE_NAME (wtmp_file);
+
const char *
file_name = TRANSFORM_UTMP_FILE_NAME (wtmp_file);
(*__libc_utmp_file_functions.updwtmp) (file_name, utmp);
}