From: Joerg Sonnenberger Date: Tue, 14 Jun 2005 20:41:24 +0000 (+0000) Subject: typo X-Git-Tag: v2.0.1~6946 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/23aca96e569750d59858f6f62ef49312f09bfcdb?hp=a49aa710521ffe6107abe6e508b9a647b0c02cf7;ds=sidebyside typo --- diff --git a/sys/net/tun/if_tun.c b/sys/net/tun/if_tun.c index 871c3f37f4..ec1cdf8acf 100644 --- a/sys/net/tun/if_tun.c +++ b/sys/net/tun/if_tun.c @@ -14,7 +14,7 @@ * operation though. * * $FreeBSD: src/sys/net/if_tun.c,v 1.74.2.8 2002/02/13 00:43:11 dillon Exp $ - * $DragonFly: src/sys/net/tun/if_tun.c,v 1.21 2005/06/14 18:09:47 joerg Exp $ + * $DragonFly: src/sys/net/tun/if_tun.c,v 1.22 2005/06/14 20:41:24 joerg Exp $ */ #include "opt_atalk.h" @@ -293,7 +293,7 @@ tunifioctl(ifp, cmd, data, cr) error = EINVAL; } - crit_Exit(); + crit_exit(); return (error); }