summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
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