summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-08-31 10:51:19 +0000
committerjkh <jkh@FreeBSD.org>1998-08-31 10:51:19 +0000
commit158c72e606033ccebb166d2be5939fbf3e1d476d (patch)
treeb1c6d8d4eaf7b2427f21343bcc911bf755b1af7d /sys/i386
parent7dc9b474685579cce29a004c3ebcbd5710c4b5e1 (diff)
downloadFreeBSD-src-158c72e606033ccebb166d2be5939fbf3e1d476d.zip
FreeBSD-src-158c72e606033ccebb166d2be5939fbf3e1d476d.tar.gz
Whoops! Stamp out a 2.2-ism that snuck between branches here.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/linux/linux_ioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_ioctl.c b/sys/i386/linux/linux_ioctl.c
index f52c1d5..4f6b4cb 100644
--- a/sys/i386/linux/linux_ioctl.c
+++ b/sys/i386/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.25 1998/07/29 16:43:00 bde Exp $
+ * $Id: linux_ioctl.c,v 1.26 1998/08/31 06:55:02 jkh Exp $
*/
#include <sys/param.h>
@@ -854,7 +854,7 @@ linux_ioctl(struct proc *p, struct linux_ioctl_args *args)
mode = (struct vt_mode *)args->arg;
if (!ISSIGVALID(mode->frsig) && ISSIGVALID(mode->acqsig))
mode->frsig = mode->acqsig;
- return ioctl(p, (struct ioctl_args *)args, retval);
+ return ioctl(p, (struct ioctl_args *)args);
}
case LINUX_VT_GETSTATE:
OpenPOWER on IntegriCloud