From owner-freebsd-commit Sun Jul 16 07:11:25 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA25459 for commit-outgoing; Sun, 16 Jul 1995 07:11:25 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA25446 for cvs-sys-outgoing; Sun, 16 Jul 1995 07:11:18 -0700 Received: (from peter@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA25431 ; Sun, 16 Jul 1995 07:11:03 -0700 Date: Sun, 16 Jul 1995 07:11:03 -0700 From: Peter Wemm Message-Id: <199507161411.HAA25431@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 trap.c Sender: commit-owner@FreeBSD.org Precedence: bulk peter 95/07/16 07:10:59 Modified: sys/i386/i386 trap.c Log: This fixes a compiler warning, and a cosmetic problem with the linux emul code when compiling with "options KTRACE". ktrsyscall() was expecting an array of integers, this was passing the address of a structure containing an array of integers.. The cosmetic problem was that it was calling the "enter syscall" trace hook twice - this looks like a cut/paste error/typo.