diff options
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). */ |