From owner-cvs-all@FreeBSD.ORG Wed Apr 16 05:08:28 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F35F91065670; Wed, 16 Apr 2008 05:08:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E2B458FC0C; Wed, 16 Apr 2008 05:08:27 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3G58RT5077711; Wed, 16 Apr 2008 05:08:27 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3G58RBl077710; Wed, 16 Apr 2008 05:08:27 GMT (envelope-from imp) Message-Id: <200804160508.m3G58RBl077710@repoman.freebsd.org> From: Warner Losh Date: Wed, 16 Apr 2008 05:08:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/mips/mips/sys Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2008 05:08:28 -0000 imp 2008-04-16 05:08:27 UTC FreeBSD src repository Modified files: lib/libc/mips/mips/sys Ovfork.S brk.S cerror.S exect.S fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S Log: Turns out the machine/asm.h isn't needed here, since SYS.h already included it. Revision Changes Path 1.2 +0 -1 src/lib/libc/mips/mips/sys/Ovfork.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/brk.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/cerror.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/exect.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/fork.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/pipe.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/ptrace.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/sbrk.S 1.2 +1 -3 src/lib/libc/mips/mips/sys/shmat.S 1.2 +0 -1 src/lib/libc/mips/mips/sys/syscall.S