diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:33:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-03-24 11:33:46 +0000 |
| commit | 51a534883ac9688f59dffaa624c42b0fad6236b8 (patch) | |
| tree | b194e77f08cfd580c094341e2dde06fe2625c8f1 /sys/dev/ie | |
| parent | fce002fdef3780b4b80bfe0ba6d126bfc10130e9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ie')
| -rw-r--r-- | sys/dev/ie/if_ie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index c43283c8d267..083ffae53935 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: if_ie.c,v 1.39 1997/02/22 09:36:29 peter Exp $ */ /* @@ -114,7 +114,7 @@ iomem, and to make 16-pointers, we subtract iomem and and with 0xffff. #include <sys/mbuf.h> #include <sys/protosw.h> #include <sys/socket.h> -#include <sys/ioctl.h> +#include <sys/sockio.h> #include <sys/errno.h> #include <sys/syslog.h> |
