Fixed bitrot in a banal comment by removing the comment.

This commit is contained in:
bde 2001-10-13 06:57:59 +00:00
parent 5abfaca10f
commit 44ce9f1f4f
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ coda_mount(vfsp, path, data, ndp, td)
char *path; /* path covered: ignored by the fs-layer */
caddr_t data; /* Need to define a data type for this in netbsd? */
struct nameidata *ndp; /* Clobber this to lookup the device name */
struct thread *td; /* The ever-famous proc pointer */
struct thread *td;
{
struct vnode *dvp;
struct cnode *cp;

View File

@ -111,7 +111,7 @@ coda_mount(vfsp, path, data, ndp, td)
char *path; /* path covered: ignored by the fs-layer */
caddr_t data; /* Need to define a data type for this in netbsd? */
struct nameidata *ndp; /* Clobber this to lookup the device name */
struct thread *td; /* The ever-famous proc pointer */
struct thread *td;
{
struct vnode *dvp;
struct cnode *cp;