From owner-source-changes@NetBSD.ORG Thu Mar 9 01:54:15 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 BAA01759; Thu, 9 Mar 1995 01:54:14 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id DAA08530 for source-changes-outgoing; Thu, 9 Mar 1995 03:00:18 -0500 Received: (from source@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id DAA08520 for source-changes; Thu, 9 Mar 1995 03:00:09 -0500 Date: Thu, 9 Mar 1995 03:00:09 -0500 From: The Source of All Evil Message-Id: <199503090800.DAA08520@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 Thu Mar 9 02:57:47 EST 1995 Update of /a/cvsroot/src/sys/arch/mac68k/mac68k In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8367 Modified Files: trap.c Log Message: Fix some types: * code, args, and rval should use register_t. * argsize should be a size_t. Undo some of the differences between this syscall() and the hp300 version.