diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-28 22:24:37 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-28 22:24:37 +0000 |
| commit | ee328c4bade58195a08359329a650ca6ace30e9b (patch) | |
| tree | 2db45b81ca8dc78cc50ca942bde67919bdfe10f0 /sys/dev/vn | |
| parent | b3b6adad1da24366beba72dec1e2cb84f0cf2dfb (diff) | |
Notes
Diffstat (limited to 'sys/dev/vn')
| -rw-r--r-- | sys/dev/vn/vn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c index ed940d7c7347..189bb0e1073a 100644 --- a/sys/dev/vn/vn.c +++ b/sys/dev/vn/vn.c @@ -151,7 +151,7 @@ vnclose(dev_t dev, int flags, int mode, struct proc *p) int vnopen(dev_t dev, int flags, int mode, struct proc *p) { - int unit = vnunit(dev),size; + int unit = vnunit(dev); struct vn_softc *vn; if (unit >= NVN) { |
