From 48a7c35e51f11a8edc9005fc5079f2678855c708 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Thu, 26 Sep 2002 17:25:22 +0000 Subject: [PATCH] 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(+) diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c index 4e2e8f94a80d..0f2f1615d276 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,