fixed struct comment

This commit is contained in:
christos 1994-11-14 06:04:31 +00:00
parent 1b76292bf9
commit 8cdc99a059
5 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dead_vnops.c,v 1.10 1994/10/30 21:48:28 cgd Exp $ */
/* $NetBSD: dead_vnops.c,v 1.11 1994/11/14 06:04:31 christos Exp $ */
/*
* Copyright (c) 1989, 1993
@ -164,6 +164,7 @@ dead_open(ap)
int a_mode;
struct ucred *a_cred;
struct proc *a_p;
struct file *a_fp;
} */ *ap;
{

View File

@ -1,4 +1,4 @@
/* $NetBSD: fdesc_vnops.c,v 1.19 1994/10/30 21:48:30 cgd Exp $ */
/* $NetBSD: fdesc_vnops.c,v 1.20 1994/11/14 06:05:08 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@ -292,6 +292,7 @@ fdesc_open(ap)
int a_mode;
struct ucred *a_cred;
struct proc *a_p;
struct file *a_fp;
} */ *ap;
{
struct vnode *vp = ap->a_vp;

View File

@ -1,4 +1,4 @@
/* $NetBSD: fifo_vnops.c,v 1.11 1994/10/29 07:58:48 cgd Exp $ */
/* $NetBSD: fifo_vnops.c,v 1.12 1994/11/14 06:05:45 christos Exp $ */
/*
* Copyright (c) 1990, 1993
@ -136,6 +136,7 @@ fifo_open(ap)
int a_mode;
struct ucred *a_cred;
struct proc *a_p;
struct file *a_fp;
} */ *ap;
{
register struct vnode *vp = ap->a_vp;

View File

@ -1,4 +1,4 @@
/* $NetBSD: kernfs_vnops.c,v 1.29 1994/10/20 04:26:28 cgd Exp $ */
/* $NetBSD: kernfs_vnops.c,v 1.30 1994/11/14 06:06:24 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@ -300,6 +300,7 @@ kernfs_open(ap)
int a_mode;
struct ucred *a_cred;
struct proc *a_p;
struct file *a_fp;
} */ *ap;
{

View File

@ -1,4 +1,4 @@
/* $NetBSD: portal_vnops.c,v 1.7 1994/10/20 04:26:33 cgd Exp $ */
/* $NetBSD: portal_vnops.c,v 1.8 1994/11/14 06:07:01 christos Exp $ */
/*
* Copyright (c) 1992, 1993
@ -187,6 +187,7 @@ portal_open(ap)
int a_mode;
struct ucred *a_cred;
struct proc *a_p;
struct file *a_fp;
} */ *ap;
{
struct socket *so = 0;