diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-09-16 09:11:50 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-09-16 09:11:50 +0000 |
| commit | c33ccff78374c68b0fc4f0164b68f96e2ec6a240 (patch) | |
| tree | eed0bfb105fcc22f6a5ab2307add2a8c0e38169c /sys/gnu | |
| parent | 8cd3d945535a10a46922a62b6ecc380d472b9321 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_vnops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_vnops.c b/sys/gnu/ext2fs/ext2_vnops.c index 71878885b203..ec1bc68dc7cb 100644 --- a/sys/gnu/ext2fs/ext2_vnops.c +++ b/sys/gnu/ext2fs/ext2_vnops.c @@ -1887,7 +1887,7 @@ ext2_kqfilter(ap) kn->kn_fop = &ext2vnode_filtops; break; default: - return (1); + return (EINVAL); } kn->kn_hook = (caddr_t)vp; |
