summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_gif_demux.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_gif_demux.c')
-rw-r--r--sys/netgraph/ng_gif_demux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_gif_demux.c b/sys/netgraph/ng_gif_demux.c
index 9a5aab7..066bea6 100644
--- a/sys/netgraph/ng_gif_demux.c
+++ b/sys/netgraph/ng_gif_demux.c
@@ -393,7 +393,7 @@ ng_gif_demux_disconnect(hook_p hook)
else {
iffam = get_iffam_from_hook(priv, hook);
if (iffam == NULL)
- panic(__FUNCTION__);
+ panic(__func__);
*get_hook_from_iffam(priv, iffam) = NULL;
}
OpenPOWER on IntegriCloud