summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2003-03-03 15:31:35 +0000
committergad <gad@FreeBSD.org>2003-03-03 15:31:35 +0000
commit8b25734b0597b951f2979117d6d4848fbca61813 (patch)
tree760ededb70b1e947b05e0287ab135cd1b160042c /usr.sbin
parent303b5cebb750f9ff929acd51e636b346bef1ca78 (diff)
downloadFreeBSD-src-8b25734b0597b951f2979117d6d4848fbca61813.zip
FreeBSD-src-8b25734b0597b951f2979117d6d4848fbca61813.tar.gz
Add missing 'static' on two routines, so they match their declarations.
PR: 29363 (a small part of) Submitted by: dinoex MFC after: 3 weeks
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/newsyslog/newsyslog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/newsyslog.c b/usr.sbin/newsyslog/newsyslog.c
index 74d0c39..32efff7 100644
--- a/usr.sbin/newsyslog/newsyslog.c
+++ b/usr.sbin/newsyslog/newsyslog.c
@@ -1262,7 +1262,7 @@ get_pid(const char *pid_file)
}
/* Skip Over Blanks */
-char *
+static char *
sob(char *p)
{
while (p && *p && isspace(*p))
@@ -1271,7 +1271,7 @@ sob(char *p)
}
/* Skip Over Non-Blanks */
-char *
+static char *
son(char *p)
{
while (p && *p && !isspace(*p))
OpenPOWER on IntegriCloud