Fix a typo that becomes apparent when compiling without COMPAT_443.
Submitted by: Tony Kimball <Anthony.Kimball@East.Sun.COM>
This commit is contained in:
parent
a498d09490
commit
f55ef8475e
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)if.c 8.3 (Berkeley) 1/4/94
|
||||
* $Id: if.c,v 1.51 1997/08/28 01:17:07 julian Exp $
|
||||
* $Id: if.c,v 1.52 1997/09/02 01:18:34 bde Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -660,7 +660,7 @@ ifioctl(so, cmd, data, p)
|
||||
#ifndef COMPAT_43
|
||||
return ((*so->so_proto->pr_usrreqs->pru_control)(so, cmd,
|
||||
data,
|
||||
ifp));
|
||||
ifp, p));
|
||||
#else
|
||||
{
|
||||
int ocmd = cmd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user