diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1997-09-15 05:08:05 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1997-09-15 05:08:05 +0000 |
commit | 23d5613e6338c4bf2654a824f7244a39ce3ff9fe (patch) | |
tree | 4f50c70047bdc40e840826f62afceaec381acd49 /usr.sbin/wlconfig | |
parent | 198e82b23d5b5dd6fe6c6a0250062909ea501255 (diff) | |
download | FreeBSD-src-23d5613e6338c4bf2654a824f7244a39ce3ff9fe.zip FreeBSD-src-23d5613e6338c4bf2654a824f7244a39ce3ff9fe.tar.gz |
Now that this has been merged over to RELENG_2_2 remove
the #if FreeBSD >= 3 wart I added while debugging.
Diffstat (limited to 'usr.sbin/wlconfig')
-rw-r--r-- | usr.sbin/wlconfig/wlconfig.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/wlconfig/wlconfig.c b/usr.sbin/wlconfig/wlconfig.c index 51153f9..aa54f7d 100644 --- a/usr.sbin/wlconfig/wlconfig.c +++ b/usr.sbin/wlconfig/wlconfig.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: wlconfig.c,v 1.3 1997/08/01 03:50:23 msmith Exp $ + * $Id: wlconfig.c,v 1.4 1997/08/06 00:45:23 rgrimes Exp $ * */ /* @@ -64,9 +64,7 @@ #include <machine/if_wl_wavelan.h> #include <net/if.h> -#if __FreeBSD__ >= 3 #include <net/if_var.h> -#endif #include <netinet/in.h> #include <netinet/if_ether.h> extern struct ether_addr *ether_aton(char *a); |