diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /dix/tables.c | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'dix/tables.c')
-rw-r--r-- | dix/tables.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/dix/tables.c b/dix/tables.c index 7f42c005d..a76bc7535 100644 --- a/dix/tables.c +++ b/dix/tables.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/dix/tables.c,v 3.5 2002/02/19 11:09:22 alanh Exp $ */ +/* $XFree86: xc/programs/Xserver/dix/tables.c,v 3.6 2003/11/17 22:20:35 dawes Exp $ */ /*********************************************************** Copyright 1987, 1998 The Open Group @@ -65,9 +65,7 @@ extern int #endif int (* InitialVector[3]) ( -#if NeedNestedPrototypes ClientPtr /* client */ -#endif ) = { 0, @@ -76,9 +74,7 @@ int (* InitialVector[3]) ( }; int (* ProcVector[256]) ( -#if NeedNestedPrototypes ClientPtr /* client */ -#endif ) = { ProcBadRequest, @@ -212,9 +208,7 @@ int (* ProcVector[256]) ( }; int (* SwappedProcVector[256]) ( -#if NeedNestedPrototypes ClientPtr /* client */ -#endif ) = { ProcBadRequest, |