]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Mon, 27 Nov 2000 16:46:26 +0000 (16:46 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 27 Nov 2000 16:46:26 +0000 (16:46 +0000)
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.

ChangeLog
login/programs/pt_chown.c
login/programs/utmpdump.c

index 89e9a79330b81ecc7ab46788853f951c2e407bab..f4a1df280dc0500c3005e3e46fcdb18584abf112 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index faec86b5495d71e46c2c1948afe1a7e07827f513..611c1859b369d9b153f303c899d789ae89c1d8cf 100644 (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;
index 7be404ce24de39447ea44aac535b61b3e7c66638..606d8c9a08d82294c2327b47d9d990badbbdfae3 100644 (file)
@@ -26,7 +26,7 @@
 #include <unistd.h>
 #include <utmp.h>
 
-void
+static void
 print_entry (struct utmp *up)
 {
 #if _HAVE_UT_TV - 0