fixed struct comment
This commit is contained in:
parent
923c9743a2
commit
a1dbf4aaa5
|
@ -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
|
* Copyright (c) 1993 Jan-Simon Pendry
|
||||||
|
@ -111,6 +111,7 @@ procfs_open(ap)
|
||||||
int a_mode;
|
int a_mode;
|
||||||
struct ucred *a_cred;
|
struct ucred *a_cred;
|
||||||
struct proc *a_p;
|
struct proc *a_p;
|
||||||
|
struct file *a_fp;
|
||||||
} */ *ap;
|
} */ *ap;
|
||||||
{
|
{
|
||||||
struct pfsnode *pfs = VTOPFS(ap->a_vp);
|
struct pfsnode *pfs = VTOPFS(ap->a_vp);
|
||||||
|
|
|
@ -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.
|
* Copyright (c) 1992, 1993, 1994 The Regents of the University of California.
|
||||||
|
@ -419,6 +419,7 @@ union_open(ap)
|
||||||
int a_mode;
|
int a_mode;
|
||||||
struct ucred *a_cred;
|
struct ucred *a_cred;
|
||||||
struct proc *a_p;
|
struct proc *a_p;
|
||||||
|
struct file *a_fp;
|
||||||
} */ *ap;
|
} */ *ap;
|
||||||
{
|
{
|
||||||
struct union_node *un = VTOUNION(ap->a_vp);
|
struct union_node *un = VTOUNION(ap->a_vp);
|
||||||
|
|
Loading…
Reference in New Issue