summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_sppp.c
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-07-04 16:11:03 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-07-04 16:11:03 +0000
commit5908d366fb365362004d549066a6225f0c46d3e6 (patch)
tree0e3fe3a61275cb24fb693e8710ebc6420adf5306 /sys/netgraph/ng_sppp.c
parent1877e5a42f58324dc404b071a6e1b456a8fc9f53 (diff)
downloadsrc-test-5908d366fb365362004d549066a6225f0c46d3e6.tar.gz
src-test-5908d366fb365362004d549066a6225f0c46d3e6.zip
Notes
Diffstat (limited to 'sys/netgraph/ng_sppp.c')
-rw-r--r--sys/netgraph/ng_sppp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_sppp.c b/sys/netgraph/ng_sppp.c
index 3f3c97fe85a97..22fcbd7329d84 100644
--- a/sys/netgraph/ng_sppp.c
+++ b/sys/netgraph/ng_sppp.c
@@ -116,7 +116,7 @@ static unsigned char ng_units_in_use = 0;
* Find the first free unit number for a new interface.
* Increase the size of the unit bitmap as necessary.
*/
-static __inline__ int
+static __inline int
ng_sppp_get_unit (int *unit)
{
int index, bit;
@@ -156,7 +156,7 @@ ng_sppp_get_unit (int *unit)
/*
* Free a no longer needed unit number.
*/
-static __inline__ void
+static __inline void
ng_sppp_free_unit (int unit)
{
int index, bit;