diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-15 12:39:30 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-15 12:39:30 +0000 |
| commit | 7649bbb0b0818f84ed89a6b4945132a5e9ebcf54 (patch) | |
| tree | eb1cf75d4566e274fee2e2163c01b8b94dc7c404 /sys/fs | |
| parent | 7a94b58748305b395ba0cd08435b79349c4424c5 (diff) | |
Notes
Diffstat (limited to 'sys/fs')
| -rw-r--r-- | sys/fs/coda/coda_venus.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/fs/coda/coda_venus.c b/sys/fs/coda/coda_venus.c index 5982367625e47..56d627b392920 100644 --- a/sys/fs/coda/coda_venus.c +++ b/sys/fs/coda/coda_venus.c @@ -200,6 +200,7 @@ venus_open(void *mdp, CodaFid *fid, int flag, struct ucred *cred, struct proc *p, /*out*/ struct cdev **dev, ino_t *inode) { +#if 0 int cflag; DECL(coda_open); /* sets Isize & Osize */ ALLOC(coda_open); /* sets inp & outp */ @@ -218,6 +219,9 @@ venus_open(void *mdp, CodaFid *fid, int flag, CODA_FREE(inp, coda_open_size); return error; +#else + return (EOPNOTSUPP); +#endif } int |
