diff options
-rw-r--r-- | sys/sys/file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h index 6ab14a6b7ff..5f8fdd65e4b 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -1,4 +1,4 @@ -/* $OpenBSD: file.h,v 1.21 2003/08/01 22:54:06 tedu Exp $ */ +/* $OpenBSD: file.h,v 1.22 2003/08/06 20:51:35 deraadt Exp $ */ /* $NetBSD: file.h,v 1.11 1995/03/26 20:24:13 jtc Exp $ */ /* @@ -42,6 +42,7 @@ struct proc; struct uio; struct knote; struct stat; +struct file; struct fileops { int (*fo_read)(struct file *, off_t *, struct uio *, |