aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_gif_demux.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-12-10 08:09:49 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-12-10 08:09:49 +0000
commit6e551fb6285417f585c419500047004ed47c77f1 (patch)
treeb580d740769b3b201f76ad941e8b0b8ca3015bc0 /sys/netgraph/ng_gif_demux.c
parent9d34414bc2a9385fb400e1ca7384bd4c4d1291cd (diff)
downloadsrc-6e551fb6285417f585c419500047004ed47c77f1.tar.gz
src-6e551fb6285417f585c419500047004ed47c77f1.zip
Update to C99, s/__FUNCTION__/__func__/,
also don't use ANSI string concatenation.
Notes
Notes: svn path=/head/; revision=87599
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 9a5aab78075f..066bea6e4e29 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;
}