diff options
-rw-r--r-- | sys/sys/syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 1c9ca181206..96bb969202a 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: syscall.h,v 1.41 2000/02/07 04:57:18 assar Exp $ */ +/* $OpenBSD: syscall.h,v 1.42 2000/02/07 08:06:10 assar Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.37 1999/06/07 07:17:42 deraadt Exp + * created from; OpenBSD: syscalls.master,v 1.38 2000/02/07 04:49:27 assar Exp */ /* syscall: "syscall" ret: "int" args: "int" "..." */ |