1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
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:
Andreas Jaeger
2000-11-27 16:46:26 +00:00
parent f8028a9708
commit d54fb3b68c
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -26,7 +26,7 @@
#include <unistd.h>
#include <utmp.h>
void
static void
print_entry (struct utmp *up)
{
#if _HAVE_UT_TV - 0