From owner-freebsd-commit Mon Mar 4 12:59:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27090 for freebsd-commit-outgoing; Mon, 4 Mar 1996 12:59:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27063 for cvs-all-outgoing; Mon, 4 Mar 1996 12:59:13 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27029 Mon, 4 Mar 1996 12:58:49 -0800 (PST) Date: Mon, 4 Mar 1996 12:58:49 -0800 (PST) From: Peter Wemm Message-Id: <199603042058.MAA27029@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux syscalls.master Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/03/04 12:58:48 Modified: sys/i386/linux syscalls.master Log: Oops.. I was wrong about the change to sigsuspend. The library interface is different to the syscall under Linux, back this out. Use correct arg type for linux_utime() Revision Changes Path 1.2 +4 -3 src/sys/i386/linux/syscalls.master