diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-06-22 04:34:55 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-06-22 04:34:55 +0000 |
| commit | 2ed57081a78b445d0ba633ebba2fa145ef5cc648 (patch) | |
| tree | b7e26c908067522265b2aaf08ba551890be71dd0 | |
| parent | 9260798fd7df14f44244479f601071fa83e5577f (diff) | |
Notes
| -rw-r--r-- | sys/kern/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index ce1287dfc9dd..8d18d5abeae0 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -59,7 +59,7 @@ struct rusage *rusage); } wait4 wait_args int 8 MCOMPAT { int creat(char *path, int mode); } 9 MSTD { int link(char *path, char *link); } -10 STD { int unlink(char *path); } +10 MSTD { int unlink(char *path); } 11 OBSOL execv 12 STD { int chdir(char *path); } 13 STD { int fchdir(int fd); } |
