summaryrefslogtreecommitdiffstats
path: root/sys/net/ppp_tty.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-16 10:45:53 +0000
committerphk <phk@FreeBSD.org>2002-10-16 10:45:53 +0000
commit3020db6f585e28df15b7a83c8a9da078106b85a0 (patch)
tree5963661f57207b1015d00bb411c2d39e7141a4be /sys/net/ppp_tty.c
parent3d99bae725ec8ae7e3319ac8ba53544e08716956 (diff)
downloadFreeBSD-src-3020db6f585e28df15b7a83c8a9da078106b85a0.zip
FreeBSD-src-3020db6f585e28df15b7a83c8a9da078106b85a0.tar.gz
Be consistent about functions being static.
Spotted by: FlexeLint
Diffstat (limited to 'sys/net/ppp_tty.c')
-rw-r--r--sys/net/ppp_tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c
index b45bd44..be3ec82 100644
--- a/sys/net/ppp_tty.c
+++ b/sys/net/ppp_tty.c
@@ -752,7 +752,7 @@ pppasyncctlp(sc)
* called later at splsoftnet.
* Called at spltty or higher.
*/
-int
+static int
pppstart(tp)
register struct tty *tp;
{
OpenPOWER on IntegriCloud