Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libsa Add externs for ffsv1_xxx and ffsv2_xxx
details: https://anonhg.NetBSD.org/src/rev/eac3d9756819
branches: trunk
changeset: 545588:eac3d9756819
user: dsl <dsl%NetBSD.org@localhost>
date: Fri Apr 11 11:30:12 2003 +0000
description:
Add externs for ffsv1_xxx and ffsv2_xxx
diffstat:
sys/lib/libsa/ufs.h | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
diffs (27 lines):
diff -r 67d5a62bd46a -r eac3d9756819 sys/lib/libsa/ufs.h
--- a/sys/lib/libsa/ufs.h Fri Apr 11 11:28:54 2003 +0000
+++ b/sys/lib/libsa/ufs.h Fri Apr 11 11:30:12 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ufs.h,v 1.6 1999/04/14 11:32:51 drochner Exp $ */
+/* $NetBSD: ufs.h,v 1.7 2003/04/11 11:30:12 dsl Exp $ */
/*-
* Copyright (c) 1993
@@ -35,13 +35,8 @@
* @(#)ufs.h 8.1 (Berkeley) 6/11/93
*/
-int ufs_open __P((char *path, struct open_file *f));
-int ufs_close __P((struct open_file *f));
-int ufs_read __P((struct open_file *f, void *buf,
- size_t size, size_t *resid));
-int ufs_write __P((struct open_file *f, void *buf,
- size_t size, size_t *resid));
-off_t ufs_seek __P((struct open_file *f, off_t offset, int where));
-int ufs_stat __P((struct open_file *f, struct stat *sb));
+FS_DEF(ufs);
+FS_DEF(ffsv1);
+FS_DEF(ffsv2);
-void ufs_ls __P((const char *));
+void ufs_ls(const char *);
Home |
Main Index |
Thread Index |
Old Index