diff options
author | 2015-11-24 13:33:17 +0000 | |
---|---|---|
committer | 2015-11-24 13:33:17 +0000 | |
commit | f9ad557411bf5f7fb69005001ae3a28168e2de40 (patch) | |
tree | 3b2be239fc9dfc9f0787a34fafac79dd5fbb7a31 /sys/dev/pci/if_rl_pci.c | |
parent | Update the other documentation to match the new filec default. (diff) | |
download | wireguard-openbsd-f9ad557411bf5f7fb69005001ae3a28168e2de40.tar.xz wireguard-openbsd-f9ad557411bf5f7fb69005001ae3a28168e2de40.zip |
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Diffstat (limited to 'sys/dev/pci/if_rl_pci.c')
-rw-r--r-- | sys/dev/pci/if_rl_pci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c index 58470553274..d6080759f61 100644 --- a/sys/dev/pci/if_rl_pci.c +++ b/sys/dev/pci/if_rl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rl_pci.c,v 1.31 2015/03/14 03:38:48 jsg Exp $ */ +/* $OpenBSD: if_rl_pci.c,v 1.32 2015/11/24 13:33:17 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -46,7 +46,6 @@ #include <net/if.h> #include <net/if_dl.h> -#include <net/if_types.h> #include <netinet/in.h> #include <netinet/if_ether.h> |