From f5fd851fc7a8ab89a32840df789ece77d6f06b7a Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 9 Apr 2004 17:55:31 +0000 Subject: oops, should be an ndef git-svn-id: http://svn.digium.com/svn/zaptel/trunk@355 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaptel.c b/zaptel.c index 82f69b5..81f9dbb 100755 --- a/zaptel.c +++ b/zaptel.c @@ -3015,7 +3015,7 @@ static int zt_ctl_ioctl(struct inode *inode, struct file *file, unsigned int cmd /* struct hdlc_device *hdlc = chans[ch.chan]->hdlcnetdev; struct net_device *d = hdlc_to_dev(hdlc); mmm...get it right later --byg */ chans[ch.chan]->hdlcnetdev->chan = chans[ch.chan]; -#ifdef HDLC_MAINTAINERS_ARE_MORE_STUPID_THAN_I_THOUGHT +#ifndef HDLC_MAINTAINERS_ARE_MORE_STUPID_THAN_I_THOUGHT chans[ch.chan]->hdlcnetdev->netdev.ioctl = zt_net_ioctl; #endif chans[ch.chan]->hdlcnetdev->netdev.netdev.do_ioctl = zt_net_ioctl; -- cgit v1.2.3