diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2005-02-19 21:20:50 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2005-02-19 21:20:50 +0000 |
commit | 2d98c23c4051660179af7d8a76861ceed0b1f2b1 (patch) | |
tree | 56c1cfe2995ef74c97df8ee9b37acdc807d6122c /sys/compat/freebsd/freebsd_syscalls.c | |
parent | 4f9feb058cb63487207395b927f1dc7152771a57 (diff) |
regen
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscalls.c')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscalls.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c index 835ba042f0b..e15c9df28fe 100644 --- a/sys/compat/freebsd/freebsd_syscalls.c +++ b/sys/compat/freebsd/freebsd_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscalls.c,v 1.27 2004/07/13 21:06:33 millert Exp $ */ +/* $OpenBSD: freebsd_syscalls.c,v 1.28 2005/02/19 21:20:49 matthieu Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.26 2004/07/13 21:04:29 millert Exp + * created from OpenBSD: syscalls.master,v 1.27 2005/02/19 21:19:28 matthieu Exp */ char *freebsd_syscallnames[] = { @@ -348,7 +348,7 @@ char *freebsd_syscallnames[] = { "#269 (unimplemented)", /* 269 = unimplemented */ "#270 (unimplemented)", /* 270 = unimplemented */ "#271 (unimplemented)", /* 271 = unimplemented */ - "#272 (unimplemented getdents)", /* 272 = unimplemented getdents */ + "getdents", /* 272 = getdents */ "#273 (unimplemented)", /* 273 = unimplemented */ "#274 (unimplemented lchmod)", /* 274 = unimplemented lchmod */ "#275 (unimplemented lchown)", /* 275 = unimplemented lchown */ |