summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_async.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_async.c')
-rw-r--r--sys/netgraph/ng_async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_async.c b/sys/netgraph/ng_async.c
index ae0e278..4c2f3f6 100644
--- a/sys/netgraph/ng_async.c
+++ b/sys/netgraph/ng_async.c
@@ -390,7 +390,7 @@ nga_disconnect(hook_p hook)
/*
* Encode a byte into the async buffer
*/
-static __inline__ void
+static __inline void
nga_async_add(const sc_p sc, u_int16_t *fcs, u_int32_t accm, int *len, u_char x)
{
*fcs = PPP_FCS(*fcs, x);
OpenPOWER on IntegriCloud