On Sun, Sep 9, 2018 at 6:52 PM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote: > > */ > +#ifndef INIT_C_CC_VDISCARD > +#define INIT_C_CC_VDISCARD 'O'-0x40 > +#endif Just change everybody to do the same, nobody cares about VDISCARD. We can change the value of VDISCARD because it doesn't actually have anything connected to it, so don't worry about "we used to have odd different values for it". Linus