diff options
Diffstat (limited to 'xc/lib/SM')
-rw-r--r-- | xc/lib/SM/Imakefile | 8 | ||||
-rw-r--r-- | xc/lib/SM/SM-def.cpp | 2 | ||||
-rw-r--r-- | xc/lib/SM/SM.h | 2 | ||||
-rw-r--r-- | xc/lib/SM/SMlib.h | 2 | ||||
-rw-r--r-- | xc/lib/SM/SMlibint.h | 2 | ||||
-rw-r--r-- | xc/lib/SM/SMproto.h | 4 | ||||
-rw-r--r-- | xc/lib/SM/globals.h | 4 | ||||
-rw-r--r-- | xc/lib/SM/sm_auth.c | 2 | ||||
-rw-r--r-- | xc/lib/SM/sm_client.c | 2 | ||||
-rw-r--r-- | xc/lib/SM/sm_error.c | 2 | ||||
-rw-r--r-- | xc/lib/SM/sm_genid.c | 4 | ||||
-rw-r--r-- | xc/lib/SM/sm_manager.c | 2 | ||||
-rw-r--r-- | xc/lib/SM/sm_misc.c | 2 | ||||
-rw-r--r-- | xc/lib/SM/sm_process.c | 2 |
14 files changed, 23 insertions, 17 deletions
diff --git a/xc/lib/SM/Imakefile b/xc/lib/SM/Imakefile index 64cf1fc66..b0f8fda1e 100644 --- a/xc/lib/SM/Imakefile +++ b/xc/lib/SM/Imakefile @@ -1,5 +1,9 @@ -XCOMM $XConsortium: Imakefile /main/12 1996/12/04 10:22:18 lehors $ -XCOMM $XFree86: xc/lib/SM/Imakefile,v 1.2 1998/12/20 11:56:52 dawes Exp $ +XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:44:28 cpqbld Exp $ + + + + +XCOMM $XFree86: xc/lib/SM/Imakefile,v 1.3 2001/01/17 19:41:31 dawes Exp $ #define DoNormalLib NormalLibSM #define DoSharedLib SharedLibSM diff --git a/xc/lib/SM/SM-def.cpp b/xc/lib/SM/SM-def.cpp index c53977945..9a59704e2 100644 --- a/xc/lib/SM/SM-def.cpp +++ b/xc/lib/SM/SM-def.cpp @@ -38,4 +38,4 @@ EXPORTS SmsSaveYourselfPhase2 SmsSetErrorHandler SmsShutdownCancelled -/* $XConsortium: SM-def.cpp /main/3 1996/05/07 13:15:21 kaleb $ */ +/* $Xorg: SM-def.cpp,v 1.3 2000/08/17 19:44:28 cpqbld Exp $ */ diff --git a/xc/lib/SM/SM.h b/xc/lib/SM/SM.h index 8cbb62e0d..ef0c7f0bb 100644 --- a/xc/lib/SM/SM.h +++ b/xc/lib/SM/SM.h @@ -1,4 +1,4 @@ -/* $TOG: SM.h /main/10 1998/02/06 14:09:46 kaleb $ */ +/* $Xorg: SM.h,v 1.3 2000/08/17 19:44:28 cpqbld Exp $ */ /* diff --git a/xc/lib/SM/SMlib.h b/xc/lib/SM/SMlib.h index a7d129f94..b83f58d80 100644 --- a/xc/lib/SM/SMlib.h +++ b/xc/lib/SM/SMlib.h @@ -1,4 +1,4 @@ -/* $TOG: SMlib.h /main/24 1998/02/06 14:09:29 kaleb $ */ +/* $Xorg: SMlib.h,v 1.3 2000/08/17 19:44:28 cpqbld Exp $ */ /* diff --git a/xc/lib/SM/SMlibint.h b/xc/lib/SM/SMlibint.h index b3984f0c4..ef045fdbc 100644 --- a/xc/lib/SM/SMlibint.h +++ b/xc/lib/SM/SMlibint.h @@ -1,4 +1,4 @@ -/* $TOG: SMlibint.h /main/21 1998/02/06 14:09:24 kaleb $ */ +/* $Xorg: SMlibint.h,v 1.3 2000/08/17 19:44:28 cpqbld Exp $ */ /* diff --git a/xc/lib/SM/SMproto.h b/xc/lib/SM/SMproto.h index 2669c4ad9..22b43ea37 100644 --- a/xc/lib/SM/SMproto.h +++ b/xc/lib/SM/SMproto.h @@ -1,4 +1,4 @@ -/* $TOG: SMproto.h /main/10 1998/02/06 14:09:35 kaleb $ */ +/* $Xorg: SMproto.h,v 1.4 2000/08/17 19:44:28 cpqbld Exp $ */ /* @@ -29,6 +29,8 @@ in this Software without prior written authorization from The Open Group. #ifndef _SMPROTO_H_ #define _SMPROTO_H_ +#include <X11/Xmd.h> + typedef struct { CARD8 majorOpcode; CARD8 minorOpcode; diff --git a/xc/lib/SM/globals.h b/xc/lib/SM/globals.h index 350d4144a..4bf9e2330 100644 --- a/xc/lib/SM/globals.h +++ b/xc/lib/SM/globals.h @@ -1,4 +1,4 @@ -/* $TOG: globals.h /main/13 1998/02/06 14:09:11 kaleb $ */ +/* $Xorg: globals.h,v 1.3 2000/08/17 19:44:29 cpqbld Exp $ */ /* @@ -21,7 +21,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/globals.h,v 1.2 1998/12/20 11:56:53 dawes Exp $ */ +/* $XFree86: xc/lib/SM/globals.h,v 1.3 2001/01/17 19:41:31 dawes Exp $ */ /* * Author: Ralph Mor, X Consortium diff --git a/xc/lib/SM/sm_auth.c b/xc/lib/SM/sm_auth.c index 7a65fe6a9..9adf00561 100644 --- a/xc/lib/SM/sm_auth.c +++ b/xc/lib/SM/sm_auth.c @@ -1,4 +1,4 @@ -/* $TOG: sm_auth.c /main/12 1998/02/06 14:09:51 kaleb $ */ +/* $Xorg: sm_auth.c,v 1.3 2000/08/17 19:44:29 cpqbld Exp $ */ /* diff --git a/xc/lib/SM/sm_client.c b/xc/lib/SM/sm_client.c index 1e349c0c9..49f0d8575 100644 --- a/xc/lib/SM/sm_client.c +++ b/xc/lib/SM/sm_client.c @@ -1,4 +1,4 @@ -/* $TOG: sm_client.c /main/31 1998/02/06 14:09:55 kaleb $ */ +/* $Xorg: sm_client.c,v 1.3 2000/08/17 19:44:29 cpqbld Exp $ */ /* diff --git a/xc/lib/SM/sm_error.c b/xc/lib/SM/sm_error.c index b01d6be60..f698c9277 100644 --- a/xc/lib/SM/sm_error.c +++ b/xc/lib/SM/sm_error.c @@ -1,4 +1,4 @@ -/* $TOG: sm_error.c /main/12 1998/02/06 14:10:01 kaleb $ */ +/* $Xorg: sm_error.c,v 1.3 2000/08/17 19:44:29 cpqbld Exp $ */ /* diff --git a/xc/lib/SM/sm_genid.c b/xc/lib/SM/sm_genid.c index 0d964adbb..719d4c949 100644 --- a/xc/lib/SM/sm_genid.c +++ b/xc/lib/SM/sm_genid.c @@ -1,4 +1,4 @@ -/* $TOG: sm_genid.c /main/23 1998/02/06 14:10:08 kaleb $ */ +/* $Xorg: sm_genid.c,v 1.3 2000/08/17 19:44:29 cpqbld Exp $ */ /* @@ -21,7 +21,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_genid.c,v 3.10 1998/12/20 11:56:54 dawes Exp $ */ +/* $XFree86: xc/lib/SM/sm_genid.c,v 3.11 2001/01/17 19:41:31 dawes Exp $ */ /* * Author: Ralph Mor, X Consortium diff --git a/xc/lib/SM/sm_manager.c b/xc/lib/SM/sm_manager.c index 2e4bdb489..bd2c8fa5e 100644 --- a/xc/lib/SM/sm_manager.c +++ b/xc/lib/SM/sm_manager.c @@ -1,4 +1,4 @@ -/* $TOG: sm_manager.c /main/25 1998/02/06 14:10:13 kaleb $ */ +/* $Xorg: sm_manager.c,v 1.3 2000/08/17 19:44:29 cpqbld Exp $ */ /* diff --git a/xc/lib/SM/sm_misc.c b/xc/lib/SM/sm_misc.c index 9dba6f3b3..a80271bac 100644 --- a/xc/lib/SM/sm_misc.c +++ b/xc/lib/SM/sm_misc.c @@ -1,4 +1,4 @@ -/* $TOG: sm_misc.c /main/8 1998/02/06 14:10:19 kaleb $ */ +/* $Xorg: sm_misc.c,v 1.3 2000/08/17 19:44:29 cpqbld Exp $ */ /* diff --git a/xc/lib/SM/sm_process.c b/xc/lib/SM/sm_process.c index 78b6dd891..d8ecae3a4 100644 --- a/xc/lib/SM/sm_process.c +++ b/xc/lib/SM/sm_process.c @@ -1,4 +1,4 @@ -/* $TOG: sm_process.c /main/30 1998/02/06 14:10:24 kaleb $ */ +/* $Xorg: sm_process.c,v 1.3 2000/08/17 19:44:29 cpqbld Exp $ */ /* |