From d4b574cc47bf0c6fc80cfd0392c4fcc7b668e3eb Mon Sep 17 00:00:00 2001 From: tsutsui Date: Fri, 19 May 2006 17:53:18 +0000 Subject: [PATCH] Mention COMPAT_30. --- share/man/man4/options.4 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index dd139c4eef02..fe27c6a79f29 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.319 2006/05/19 17:43:44 tsutsui Exp $ +.\" $NetBSD: options.4,v 1.320 2006/05/19 17:53:18 tsutsui Exp $ .\" .\" Copyright (c) 1996 .\" Perry E. Metzger. All rights reserved. @@ -330,6 +330,17 @@ which have been deprecated with the addition of the and .Xr fhstatvfs 2 system calls. +.It Cd options COMPAT_30 +Enable binary compatibility with +.Nx 3.0 . +This allows the use of old syscalls for +.Fn getdents , +.Fn stat , +.Fn fstat , +.Fn lstat +and +.Fn fhstat . +The syscall numbers were changed post 3.0 to introduce 64 bit inode. .It Cd options COMPAT_43 Enables compatibility with .Bx 4.3 .