summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-06-02 06:33:22 +0000
committermsmith <msmith@FreeBSD.org>1997-06-02 06:33:22 +0000
commit3d3d973c435d055ab14eeb1e73efa4fa49b4e933 (patch)
treeed86d18db424f8810c60585b9308b1fba62d102b /sys/compat/linux/linux_ioctl.c
parentd3f2a54d0368c77e88c756d750fe17e29b7c1544 (diff)
downloadFreeBSD-src-3d3d973c435d055ab14eeb1e73efa4fa49b4e933.zip
FreeBSD-src-3d3d973c435d055ab14eeb1e73efa4fa49b4e933.tar.gz
Oops, remove some bogus debugging code that crept in with the last commit.
Diffstat (limited to 'sys/compat/linux/linux_ioctl.c')
-rw-r--r--sys/compat/linux/linux_ioctl.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/compat/linux/linux_ioctl.c b/sys/compat/linux/linux_ioctl.c
index c138945..0f2829e 100644
--- a/sys/compat/linux/linux_ioctl.c
+++ b/sys/compat/linux/linux_ioctl.c
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux_ioctl.c,v 1.16 1997/03/24 11:37:50 bde Exp $
+ * $Id: linux_ioctl.c,v 1.17 1997/06/02 06:28:04 msmith Exp $
*/
#include <sys/param.h>
@@ -602,15 +602,6 @@ linux_ioctl(struct proc *p, struct linux_ioctl_args *args, int *retval)
* Note that we don't actually respect the name in the ifreq structure, as
* Linux interface names are all different
*/
-#ifdef DEBUG
- {
- char ifname[LINUX_IFNAMSIZ];
-
- if (!copyin(ifname, (caddr_t)ifr->ifr_name, LINUX_IFNAMSIZ)) {
- printf("linux_ioctl: get HW address for '%s'\n", ifname);
- }
- }
-#endif
for (ifn = 0; ifn < if_index; ifn++) {
OpenPOWER on IntegriCloud