PERFORCE change 21853 for review
Robert Watson
rwatson at freebsd.org
Tue Dec 3 14:51:03 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=21853
Change 21853 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list