summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-09 00:18:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-09 00:18:07 +0000
commit359f710fec9aa7172075c55141cebf832b17e40b (patch)
tree7a5acec2830930f984b7bf30a23c6bb9bb96045e /sys/kern
parent65db1c1be646bc764166d90f7c64b9a5e4954f27 (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.master4
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); }