summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/rtemsmain.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-25 07:59:34 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-25 08:10:09 +0200
commit163d1e8c247260eb1d40dcb463f3acff47d7c8d0 (patch)
tree2d4e420bb737d98e55df2bed9cc1144861fefee5 /cpukit/pppd/rtemsmain.c
parentbsp/qoriq: Add bsp_restart() (diff)
downloadrtems-163d1e8c247260eb1d40dcb463f3acff47d7c8d0.tar.bz2
pppd: Fix warnings
Diffstat (limited to '')
-rw-r--r--cpukit/pppd/rtemsmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/rtemsmain.c b/cpukit/pppd/rtemsmain.c
index 030bebe064..f5cddec66a 100644
--- a/cpukit/pppd/rtemsmain.c
+++ b/cpukit/pppd/rtemsmain.c
@@ -552,7 +552,7 @@ struct protocol_list {
/*
* protocol_name - find a name for a PPP protocol.
*/
-const char *
+static const char *
protocol_name(
int proto)
{