summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_url.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2007-05-21 05:18:56 +0000
committerjsg <jsg@openbsd.org>2007-05-21 05:18:56 +0000
commitd7831629f0adda53b0608a6d07d9bf0e4be6209c (patch)
treecbd6b7b542be52c7309ad07b540e48c0101774e2 /sys/dev/usb/if_url.c
parentRemove unused bswap{16,32} macros (diff)
downloadwireguard-openbsd-d7831629f0adda53b0608a6d07d9bf0e4be6209c.tar.xz
wireguard-openbsd-d7831629f0adda53b0608a6d07d9bf0e4be6209c.zip
Remove Ether_ifattach macro
Diffstat (limited to 'sys/dev/usb/if_url.c')
-rw-r--r--sys/dev/usb/if_url.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_url.c b/sys/dev/usb/if_url.c
index 143bfd12ff5..c9d0b36a895 100644
--- a/sys/dev/usb/if_url.c
+++ b/sys/dev/usb/if_url.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_url.c,v 1.35 2007/05/06 04:08:47 krw Exp $ */
+/* $OpenBSD: if_url.c,v 1.36 2007/05/21 05:18:56 jsg Exp $ */
/* $NetBSD: if_url.c,v 1.6 2002/09/29 10:19:21 martin Exp $ */
/*
* Copyright (c) 2001, 2002
@@ -314,7 +314,7 @@ USB_ATTACH(url)
/* attach the interface */
if_attach(ifp);
- Ether_ifattach(ifp, eaddr);
+ ether_ifattach(ifp);
usb_callout_init(sc->sc_stat_ch);
sc->sc_attached = 1;