diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:07 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:07 +0000 |
commit | a968ef24dfc9ddd1322f91acb4a6a1898fc15490 (patch) | |
tree | 72dbcfd6f23c0e9d8da49633b82d839f60256c14 /src/sm_auth.c | |
parent | 8e18f1cdc21fe0e125620a912e946ec1031fa2c5 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'src/sm_auth.c')
-rw-r--r-- | src/sm_auth.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sm_auth.c b/src/sm_auth.c index a709cda..7057fd6 100644 --- a/src/sm_auth.c +++ b/src/sm_auth.c @@ -25,6 +25,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/SM/sm_auth.c,v 1.4 2003/10/23 21:38:22 tsi Exp $ */ /* * Author: Ralph Mor, X Consortium @@ -33,6 +34,10 @@ in this Software without prior written authorization from The Open Group. #include <X11/SM/SMlib.h> #include "SMlibint.h" +#ifdef __UNIXOS2__ +static char dummy; +#endif + /* * For now, SMlib just supports MIT-MAGIC-COOKIE-1 (defined in ICElib). */ |