Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 prototypes and comments
details: https://anonhg.NetBSD.org/src/rev/84050aeff9d8
branches: trunk
changeset: 508028:84050aeff9d8
user: ross <ross%NetBSD.org@localhost>
date: Wed Apr 04 19:41:00 2001 +0000
description:
prototypes and comments
diffstat:
sys/compat/osf1/syscalls.master | 17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)
diffs (31 lines):
diff -r 49eaf7adf7a4 -r 84050aeff9d8 sys/compat/osf1/syscalls.master
--- a/sys/compat/osf1/syscalls.master Wed Apr 04 19:36:39 2001 +0000
+++ b/sys/compat/osf1/syscalls.master Wed Apr 04 19:41:00 2001 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.34 2000/12/09 07:10:36 mycroft Exp $
+ $NetBSD: syscalls.master,v 1.35 2001/04/04 19:41:00 ross Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -340,12 +340,15 @@
221 UNIMPL
222 UNIMPL security
223 UNIMPL kloadcall
-224 UNIMPL
-225 UNIMPL
-226 UNIMPL
-227 UNIMPL
-228 UNIMPL
-229 UNIMPL
+224 STD { int osf1_sys_stat2(const char *path, \
+ struct osf1_stat2 *ub); }
+225 STD { int osf1_sys_lstat2(const char *path, \
+ struct osf1_stat2 *ub); }
+226 STD { int osf1_sys_fstat2(int fd, \
+ struct osf1_stat2 *sb); }
+227 UNIMPL statfs2
+228 UNIMPL fstatfs2
+229 UNIMPL getfsstat2
230 UNIMPL
231 UNIMPL
232 UNIMPL
Home |
Main Index |
Thread Index |
Old Index