diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-09 00:18:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-09 00:18:07 +0000 |
commit | 359f710fec9aa7172075c55141cebf832b17e40b (patch) | |
tree | 7a5acec2830930f984b7bf30a23c6bb9bb96045e /sys/kern | |
parent | 65db1c1be646bc764166d90f7c64b9a5e4954f27 (diff) |
mark an obsolete call with the release we killed it; reminded by tedu
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 46eb2ee9cc0..c8e8710ef01 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.114 2011/07/09 00:10:51 deraadt Exp $ +; $OpenBSD: syscalls.master,v 1.115 2011/07/09 00:18:06 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -274,7 +274,7 @@ #endif 156 OBSOL ogetdirentries 157 OBSOL statfs25 -158 OBSOL fstatfs +158 OBSOL fstatfs25 159 UNIMPL 160 UNIMPL 161 STD { int sys_getfh(const char *fname, fhandle_t *fhp); } |