diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2002-05-05 23:37:44 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2002-05-05 23:37:44 +0000 |
| commit | 8d9b781fb5201f54e849bfc9a80d9e0691a0c21c (patch) | |
| tree | 37778b67f699e335fb8dbe2db426dbe56a1ce305 /sys | |
| parent | 576365ba3649d3071eb3216094abfc3b347b798b (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/syscalls.master | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index aaf1cfbad48dc..28769e632aba8 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -561,3 +561,4 @@ 389 UNIMPL BSD __mac_set_file 390 STD BSD { int kenv(int what, const char *name, char *value, \ int len); } +391 STD BSD { int lchflags(const char *path, int flags); } |
