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:
parent
53264ceaf6
commit
48a7c35e51
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user