From owner-p4-projects Tue Dec 3 6:55:19 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5AB8637B404; Tue, 3 Dec 2002 06:55:15 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF2C037B401 for ; Tue, 3 Dec 2002 06:55:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3909643E9C for ; Tue, 3 Dec 2002 06:55:14 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gB3Ep4mV049063 for ; Tue, 3 Dec 2002 06:51:04 -0800 (PST) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gB3Ep3a4049045 for perforce@freebsd.org; Tue, 3 Dec 2002 06:51:03 -0800 (PST) Date: Tue, 3 Dec 2002 06:51:03 -0800 (PST) Message-Id: <200212031451.gB3Ep3a4049045@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 21853 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=21853 Change 21853 by rwatson@rwatson_tislabs on 2002/12/03 06:50:43 Regen. Affected files ... .. //depot/projects/trustedbsd/mac/sys/kern/init_sysent.c#47 edit .. //depot/projects/trustedbsd/mac/sys/kern/syscalls.c#47 edit .. //depot/projects/trustedbsd/mac/sys/sys/syscall.h#47 edit .. //depot/projects/trustedbsd/mac/sys/sys/syscall.mk#46 edit .. //depot/projects/trustedbsd/mac/sys/sys/sysproto.h#48 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/kern/init_sysent.c#47 (text+ko) ==== @@ -2,16 +2,8 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. ->>>> ORIGINAL init_sysent.c#24 - * $FreeBSD: src/sys/kern/init_sysent.c,v 1.142 2002/11/05 17:48:04 rwatson Exp $ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -==== THEIRS init_sysent.c#25 - * $FreeBSD: src/sys/kern/init_sysent.c,v 1.143 2002/11/16 06:36:56 deischen Exp $ + * $FreeBSD$ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.137 2002/11/16 06:35:53 deischen Exp -==== YOURS init_sysent.c - * $FreeBSD$ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -<<<< */ #include "opt_compat.h" ==== //depot/projects/trustedbsd/mac/sys/kern/syscalls.c#47 (text+ko) ==== @@ -2,16 +2,8 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. ->>>> ORIGINAL syscalls.c#25 - * $FreeBSD: src/sys/kern/syscalls.c,v 1.128 2002/11/05 17:48:04 rwatson Exp $ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -==== THEIRS syscalls.c#26 - * $FreeBSD: src/sys/kern/syscalls.c,v 1.129 2002/11/16 06:36:56 deischen Exp $ + * $FreeBSD$ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.137 2002/11/16 06:35:53 deischen Exp -==== YOURS syscalls.c - * $FreeBSD$ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -<<<< */ const char *syscallnames[] = { ==== //depot/projects/trustedbsd/mac/sys/sys/syscall.h#47 (text+ko) ==== @@ -2,16 +2,8 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. ->>>> ORIGINAL syscall.h#25 - * $FreeBSD: src/sys/sys/syscall.h,v 1.126 2002/11/05 17:48:04 rwatson Exp $ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -==== THEIRS syscall.h#26 - * $FreeBSD: src/sys/sys/syscall.h,v 1.127 2002/11/16 06:36:56 deischen Exp $ + * $FreeBSD$ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.137 2002/11/16 06:35:53 deischen Exp -==== YOURS syscall.h - * $FreeBSD$ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -<<<< */ #define SYS_syscall 0 ==== //depot/projects/trustedbsd/mac/sys/sys/syscall.mk#46 (text+ko) ==== @@ -1,15 +1,7 @@ # FreeBSD system call names. # DO NOT EDIT-- this file is automatically generated. ->>>> ORIGINAL syscall.mk#25 -# $FreeBSD: src/sys/sys/syscall.mk,v 1.81 2002/11/05 17:48:04 rwatson Exp $ -# created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -==== THEIRS syscall.mk#26 -# $FreeBSD: src/sys/sys/syscall.mk,v 1.82 2002/11/16 06:36:56 deischen Exp $ +# $FreeBSD$ # created from FreeBSD: src/sys/kern/syscalls.master,v 1.137 2002/11/16 06:35:53 deischen Exp -==== YOURS syscall.mk -# $FreeBSD$ -# created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -<<<< MIASM = \ syscall.o \ exit.o \ ==== //depot/projects/trustedbsd/mac/sys/sys/sysproto.h#48 (text+ko) ==== @@ -2,16 +2,8 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. ->>>> ORIGINAL sysproto.h#26 - * $FreeBSD: src/sys/sys/sysproto.h,v 1.119 2002/11/05 17:48:04 rwatson Exp $ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -==== THEIRS sysproto.h#27 - * $FreeBSD: src/sys/sys/sysproto.h,v 1.120 2002/11/16 06:36:56 deischen Exp $ + * $FreeBSD$ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.137 2002/11/16 06:35:53 deischen Exp -==== YOURS sysproto.h - * $FreeBSD$ - * created from FreeBSD: src/sys/kern/syscalls.master,v 1.136 2002/11/05 17:47:08 rwatson Exp -<<<< */ #ifndef _SYS_SYSPROTO_H_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message