mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
2000-11-27 Andreas Jaeger <aj@suse.de> * login/programs/pt_chown.c (do_pt_chown): Mark function as static to avoid warning. * login/programs/utmpdump.c (print_entry): Likewise.
This commit is contained in:
parent
f8028a9708
commit
d54fb3b68c
@ -1,3 +1,9 @@
|
||||
2000-11-27 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* login/programs/pt_chown.c (do_pt_chown): Mark function as static
|
||||
to avoid warning.
|
||||
* login/programs/utmpdump.c (print_entry): Likewise.
|
||||
|
||||
2000-11-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
|
||||
|
||||
* sysdeps/mips/__longjmp.c (__longjmp): Restore SP and FP last and
|
||||
|
@ -94,7 +94,7 @@ Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"));
|
||||
return (char *) text;
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
do_pt_chown (void)
|
||||
{
|
||||
char *pty;
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <unistd.h>
|
||||
#include <utmp.h>
|
||||
|
||||
void
|
||||
static void
|
||||
print_entry (struct utmp *up)
|
||||
{
|
||||
#if _HAVE_UT_TV - 0
|
||||
|
Loading…
Reference in New Issue
Block a user