diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-09-14 08:04:25 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-09-14 08:04:25 +0000 |
| commit | b7a81e06aa5fa87b7756a612eeae2dd52d64c24d (patch) | |
| tree | 22be92fdd9e7a4a1cbf07b31bf232d373089e77a /sys/alpha | |
| parent | cfcb80526fdc2df295b08a2bb321ccfd88fd40d0 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/osf1/osf1_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/osf1/osf1_ioctl.c b/sys/alpha/osf1/osf1_ioctl.c index 5d8916c8e3d5..1005a7291c1b 100644 --- a/sys/alpha/osf1/osf1_ioctl.c +++ b/sys/alpha/osf1/osf1_ioctl.c @@ -202,7 +202,7 @@ osf1_ioctl_i(p, uap, cmd, dir, len) * structure, as DU interface names are all different. */ for (ifn = 0; ifn < if_index; ifn++) { - ifp = ifnet_byindex(ifn); + ifp = ifnet_byindex(ifn + 1); /* Only look at ether interfaces, exclude alteon nics * because osf/1 doesn't know about most of them. */ |
