From 4755a3e8f421e040635d3bc617d5e284b276da4f Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 26 Sep 2002 17:25:22 +0000 Subject: I hate it when patch gives me .rej files. Can't we make the pre-commit check refuse if there are .rej files in the directory ? --- sys/fs/specfs/spec_vnops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/fs/specfs/spec_vnops.c') diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c index 4e2e8f9..0f2f161 100644 --- a/sys/fs/specfs/spec_vnops.c +++ b/sys/fs/specfs/spec_vnops.c @@ -317,6 +317,7 @@ spec_ioctl(ap) } */ *ap; { dev_t dev; + int error; dev = ap->a_vp->v_rdev; error = (*devsw(dev)->d_ioctl)(dev, ap->a_command, -- cgit v1.1