diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:35 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:35 +0000 |
commit | 09ca1da2938f5086eddad61f589cd7d4a865f80f (patch) | |
tree | 72dbcfd6f23c0e9d8da49633b82d839f60256c14 /src/sm_auth.c | |
parent | e3943e9c5eda00bce99d3a96cb68a1542c6c9a6e (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branchXEVIE-BASE
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). */ |