Merge branch 'master' into mpx
Conflicts: dix/devices.c hw/xfree86/common/xf86Xinput.c hw/xfree86/loader/xf86sym.c mi/mieq.c
This commit is contained in:
@@ -996,10 +996,6 @@ ProcGetAtomName(ClientPtr client)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef K5AUTH
|
||||
extern int k5_bad();
|
||||
#endif
|
||||
|
||||
int
|
||||
ProcSetSelectionOwner(ClientPtr client)
|
||||
{
|
||||
@@ -3541,12 +3537,6 @@ InitProcVectors(void)
|
||||
ProcVector[i] = SwappedProcVector[i] = ProcBadRequest;
|
||||
ReplySwapVector[i] = ReplyNotSwappd;
|
||||
}
|
||||
#ifdef K5AUTH
|
||||
if (!k5_Vector[i])
|
||||
{
|
||||
k5_Vector[i] = k5_bad;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
for(i = LASTEvent; i < 128; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user