projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b4c86f
)
Mark function as static to avoid warning.
author
aj
<aj>
Mon, 27 Nov 2000 16:45:04 +0000
(16:45 +0000)
committer
aj
<aj>
Mon, 27 Nov 2000 16:45:04 +0000
(16:45 +0000)
login/programs/pt_chown.c
patch
|
blob
|
history
login/programs/utmpdump.c
patch
|
blob
|
history
diff --git
a/login/programs/pt_chown.c
b/login/programs/pt_chown.c
index
faec86b
..
611c185
100644
(file)
--- a/
login/programs/pt_chown.c
+++ b/
login/programs/pt_chown.c
@@
-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;
diff --git
a/login/programs/utmpdump.c
b/login/programs/utmpdump.c
index
7be404c
..
606d8c9
100644
(file)
--- a/
login/programs/utmpdump.c
+++ b/
login/programs/utmpdump.c
@@
-26,7
+26,7
@@
#include <unistd.h>
#include <utmp.h>
-void
+
static
void
print_entry (struct utmp *up)
{
#if _HAVE_UT_TV - 0