From owner-cvs-all@FreeBSD.ORG Sun Jul 8 12:23:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 232FC16A41F; Sun, 8 Jul 2007 12:23:38 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 12E4213C44B; Sun, 8 Jul 2007 12:23:38 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l68CNbWF084241; Sun, 8 Jul 2007 12:23:37 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l68CNb2W084240; Sun, 8 Jul 2007 12:23:37 GMT (envelope-from netchild) Message-Id: <200707081223.l68CNb2W084240@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 8 Jul 2007 12:23:37 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c 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: Sun, 08 Jul 2007 12:23:38 -0000 netchild 2007-07-08 12:23:37 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c Log: regen after syscalls.master change Revision Changes Path 1.5.2.2 +5 -1 src/sys/amd64/linux32/linux32_proto.h 1.5.2.2 +2 -1 src/sys/amd64/linux32/linux32_syscall.h 1.5.2.2 +2 -2 src/sys/amd64/linux32/linux32_sysent.c 1.64.2.2 +7 -1 src/sys/i386/linux/linux_proto.h 1.58.2.2 +2 -2 src/sys/i386/linux/linux_syscall.h 1.65.2.2 +2 -2 src/sys/i386/linux/linux_sysent.c