From a1dbf4aaa5104104a53de4fdac94c3e2a6aa354b Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 14 Nov 1994 06:08:21 +0000 Subject: [PATCH] fixed struct comment --- sys/miscfs/procfs/procfs_vnops.c | 3 ++- sys/miscfs/union/union_vnops.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c index c1dbc157ffd5..8babe4888d18 100644 --- a/sys/miscfs/procfs/procfs_vnops.c +++ b/sys/miscfs/procfs/procfs_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_vnops.c,v 1.27 1994/10/30 21:48:33 cgd Exp $ */ +/* $NetBSD: procfs_vnops.c,v 1.28 1994/11/14 06:08:21 christos Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -111,6 +111,7 @@ procfs_open(ap) int a_mode; struct ucred *a_cred; struct proc *a_p; + struct file *a_fp; } */ *ap; { struct pfsnode *pfs = VTOPFS(ap->a_vp); diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c index 64317d99293b..38175a2bd8bb 100644 --- a/sys/miscfs/union/union_vnops.c +++ b/sys/miscfs/union/union_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: union_vnops.c,v 1.7 1994/10/30 21:48:36 cgd Exp $ */ +/* $NetBSD: union_vnops.c,v 1.8 1994/11/14 06:08:59 christos Exp $ */ /* * Copyright (c) 1992, 1993, 1994 The Regents of the University of California. @@ -419,6 +419,7 @@ union_open(ap) int a_mode; struct ucred *a_cred; struct proc *a_p; + struct file *a_fp; } */ *ap; { struct union_node *un = VTOUNION(ap->a_vp);