diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 12:52:35 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 12:52:35 +0000 |
commit | cdca48ec7b9cb2ffc84e79e20555ef23cbeb7a36 (patch) | |
tree | c12f23ad562ac789bd52d47d8fa6e77d244ec28c | |
parent | 1db7fe2fb1b762ec0161887c83c41b45914a1b4a (diff) | |
download | FreeBSD-src-cdca48ec7b9cb2ffc84e79e20555ef23cbeb7a36.zip FreeBSD-src-cdca48ec7b9cb2ffc84e79e20555ef23cbeb7a36.tar.gz |
Regenerate to include correct Id string
-rw-r--r-- | sys/kern/init_sysent.c | 2 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 2 | ||||
-rw-r--r-- | sys/sys/syscall-hide.h | 2 | ||||
-rw-r--r-- | sys/sys/syscall.h | 2 | ||||
-rw-r--r-- | sys/sys/sysproto.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index dc5978d..6954a04 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from FreeBSD + * created from Id: syscalls.master,v 1.33 1997/02/22 09:39:21 peter Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 2afd2b4..e938376 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from FreeBSD + * created from Id: syscalls.master,v 1.33 1997/02/22 09:39:21 peter Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h index 1ca8a15..e930982 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 FreeBSD + * created from Id: syscalls.master,v 1.33 1997/02/22 09:39:21 peter Exp */ HIDE_POSIX(fork) diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 6d7130c..74b10d8 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 FreeBSD + * created from Id: syscalls.master,v 1.33 1997/02/22 09:39:21 peter Exp */ #define SYS_syscall 0 diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index 8684aaa..fe1896b 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 FreeBSD + * created from Id: syscalls.master,v 1.33 1997/02/22 09:39:21 peter Exp */ #ifndef _SYS_SYSPROTO_H_ |