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 ?
This commit is contained in:
Poul-Henning Kamp 2002-09-26 17:25:22 +00:00
parent 53264ceaf6
commit 48a7c35e51

View File

@ -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,