diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-04-05 00:01:35 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-04-05 00:01:35 +0000 |
commit | 2d134a7b62f6e54b99a22db431c73c3509ddb089 (patch) | |
tree | 904ae77e41deff6c769fad4de208eefd2a2369b8 /sys/compat/linux/linux_syscalls.c | |
parent | d3c73c92759b3b0be9e84245c3197e360950fe14 (diff) |
sync
Diffstat (limited to 'sys/compat/linux/linux_syscalls.c')
-rw-r--r-- | sys/compat/linux/linux_syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c index 95313d25805..adc59b89c4d 100644 --- a/sys/compat/linux/linux_syscalls.c +++ b/sys/compat/linux/linux_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscalls.c,v 1.46 2003/09/04 02:57:44 tedu Exp $ */ +/* $OpenBSD: linux_syscalls.c,v 1.47 2004/04/05 00:01:34 tedu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.45 2003/09/04 02:57:22 tedu Exp + * created from OpenBSD: syscalls.master,v 1.46 2004/04/05 00:01:12 tedu Exp */ char *linux_syscallnames[] = { |