From owner-source-changes@NetBSD.ORG Wed Mar 8 00:00:21 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA16816; Wed, 8 Mar 1995 00:00:20 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id CAA08578 for source-changes-outgoing; Wed, 8 Mar 1995 02:20:06 -0500 Received: (from source@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id CAA08572 for source-changes; Wed, 8 Mar 1995 02:20:02 -0500 Date: Wed, 8 Mar 1995 02:20:02 -0500 From: The Source of All Evil Message-Id: <199503080720.CAA08572@pain.lcs.mit.edu> To: source-changes@pain.lcs.mit.edu Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG mycroft Wed Mar 8 02:12:30 EST 1995 Update of /a/cvsroot/src/sys/arch/i386/i386 In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8532 Modified Files: trap.c Log Message: Fix some types: * code, args, and rval should use register_t. * argsize should be a size_t. Small optimization to the Linux compat code, and don't blindly fail on if the argument list size is invalid.