Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/ptyfs make this compile again; hi potr



details:   https://anonhg.NetBSD.org/src/rev/7fb365f5fd30
branches:  trunk
changeset: 572433:7fb365f5fd30
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 02 21:15:48 2005 +0000

description:
make this compile again; hi potr

diffstat:

 sys/fs/ptyfs/ptyfs_vfsops.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d60f51e8a64f -r 7fb365f5fd30 sys/fs/ptyfs/ptyfs_vfsops.c
--- a/sys/fs/ptyfs/ptyfs_vfsops.c       Sun Jan 02 21:12:48 2005 +0000
+++ b/sys/fs/ptyfs/ptyfs_vfsops.c       Sun Jan 02 21:15:48 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ptyfs_vfsops.c,v 1.3 2004/11/25 05:15:10 christos Exp $        */
+/*     $NetBSD: ptyfs_vfsops.c,v 1.4 2005/01/02 21:15:48 christos Exp $        */
 
 /*
  * Copyright (c) 1992, 1993, 1995
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ptyfs_vfsops.c,v 1.3 2004/11/25 05:15:10 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ptyfs_vfsops.c,v 1.4 2005/01/02 21:15:48 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -396,5 +396,7 @@
        NULL,                           /* vfs_mountroot */
        ptyfs_checkexp,
        (int (*)(struct mount *, struct vnode *, struct timespec *))eopnotsupp,
+       (int (*)(struct mount *, int, struct vnode *, int, const char *,
+           struct proc *))eopnotsupp,
        ptyfs_vnodeopv_descs,
 };



Home | Main Index | Thread Index | Old Index