diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-08-05 08:27:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-08-05 08:27:08 +0000 |
| commit | 7055d4f55363b7489807c64ce8a0ed40b9ab78af (patch) | |
| tree | 8c5879fee9c68a4e4cd690750715593051888169 | |
| parent | 909bbf3c49601219a82c17984bbe96e24935573b (diff) | |
Notes
| -rw-r--r-- | sys/sys/syscall-hide.h | 2 | ||||
| -rw-r--r-- | sys/sys/syscall.h | 2 | ||||
| -rw-r--r-- | sys/sys/syscall.mk | 2 | ||||
| -rw-r--r-- | sys/sys/sysproto.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h index 4a016f9bd668..3ae31cbd8785 100644 --- a/sys/sys/syscall-hide.h +++ b/sys/sys/syscall-hide.h @@ -2,7 +2,7 @@ * System call hiders. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp + * created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp */ HIDE_POSIX(fork) diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 788b0bf49841..f576909096a6 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp + * created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp */ #define SYS_syscall 0 diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk index b4550c7d5e0a..a0536e0c7306 100644 --- a/sys/sys/syscall.mk +++ b/sys/sys/syscall.mk @@ -1,6 +1,6 @@ # FreeBSD system call names. # DO NOT EDIT-- this file is automatically generated. -# created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp +# created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp MIASM = \ syscall.o \ exit.o \ diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index f9b203b71f8e..dfe9d5cba31b 100644 --- a/sys/sys/sysproto.h +++ b/sys/sys/sysproto.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.59 1999/05/13 09:09:35 bde Exp + * created from Id: syscalls.master,v 1.61 1999/08/05 08:18:45 jkh Exp */ #ifndef _SYS_SYSPROTO_H_ |
