Fixed bitrot in a banal comment by removing the comment.
This commit is contained in:
parent
5abfaca10f
commit
44ce9f1f4f
@ -111,7 +111,7 @@ coda_mount(vfsp, path, data, ndp, td)
|
|||||||
char *path; /* path covered: ignored by the fs-layer */
|
char *path; /* path covered: ignored by the fs-layer */
|
||||||
caddr_t data; /* Need to define a data type for this in netbsd? */
|
caddr_t data; /* Need to define a data type for this in netbsd? */
|
||||||
struct nameidata *ndp; /* Clobber this to lookup the device name */
|
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 vnode *dvp;
|
||||||
struct cnode *cp;
|
struct cnode *cp;
|
||||||
|
@ -111,7 +111,7 @@ coda_mount(vfsp, path, data, ndp, td)
|
|||||||
char *path; /* path covered: ignored by the fs-layer */
|
char *path; /* path covered: ignored by the fs-layer */
|
||||||
caddr_t data; /* Need to define a data type for this in netbsd? */
|
caddr_t data; /* Need to define a data type for this in netbsd? */
|
||||||
struct nameidata *ndp; /* Clobber this to lookup the device name */
|
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 vnode *dvp;
|
||||||
struct cnode *cp;
|
struct cnode *cp;
|
||||||
|
Loading…
Reference in New Issue
Block a user