mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add back a "is" variable which was removed by accident.
This commit is contained in:
parent
e615020eae
commit
67e9c49975
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3990
@ -11,7 +11,7 @@
|
||||
* of this software, nor does the author assume any responsibility
|
||||
* for damages incurred with its use.
|
||||
*
|
||||
* $Id: if_is.c,v 1.29 1994/10/23 21:27:21 wollman Exp $
|
||||
* $Id: if_is.c,v 1.30 1994/10/26 00:16:19 phk Exp $
|
||||
*/
|
||||
|
||||
/* TODO
|
||||
@ -1007,6 +1007,7 @@ is_ioctl(ifp, cmd, data)
|
||||
{
|
||||
register struct ifaddr *ifa = (struct ifaddr *)data;
|
||||
int unit = ifp->if_unit;
|
||||
register struct is_softc *is=&is_softc[unit];
|
||||
struct ifreq *ifr = (struct ifreq *)data;
|
||||
int s, error = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user