summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-02-26 09:24:07 +0000
committerEgbert Eich <eich@suse.de>2004-02-26 09:24:07 +0000
commit9cd7676755000e0bf926cab806d8a5b10ce8efab (patch)
treeaf1b1b6281c9df66d392bffb862ac7653a3ab3d4
parent32d7dc13777fee72c185b64bafc64f6525c474c5 (diff)
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
-rw-r--r--difs/atom.c2
-rw-r--r--difs/cache.c2
-rw-r--r--difs/charinfo.c2
-rw-r--r--difs/difsutils.c2
-rw-r--r--difs/dispatch.c2
-rw-r--r--difs/events.c2
-rw-r--r--difs/extensions.c2
-rw-r--r--difs/fontinfo.c2
-rw-r--r--difs/fonts.c2
-rw-r--r--difs/initfonts.c2
-rw-r--r--difs/main.c2
-rw-r--r--difs/resource.c2
-rw-r--r--difs/swaprep.c2
-rw-r--r--difs/swapreq.c2
-rw-r--r--difs/tables.c2
-rw-r--r--include/access.h2
-rw-r--r--include/accstr.h2
-rw-r--r--include/auth.h2
-rw-r--r--include/cache.h2
-rw-r--r--include/client.h2
-rw-r--r--include/clientstr.h2
-rw-r--r--include/difsfn.h2
-rw-r--r--include/difsfnst.h2
-rw-r--r--include/difsutils.h2
-rw-r--r--include/dispatch.h2
-rw-r--r--include/extentst.h2
-rw-r--r--include/fsevents.h2
-rw-r--r--include/fsresource.h2
-rw-r--r--include/misc.h2
-rw-r--r--include/os.h2
-rw-r--r--include/osstruct.h2
-rw-r--r--include/servermd.h2
-rw-r--r--include/swaprep.h2
-rw-r--r--include/swapreq.h2
-rw-r--r--os/access.c2
-rw-r--r--os/config.c2
-rw-r--r--os/configstr.h2
-rw-r--r--os/connection.c2
-rw-r--r--os/daemon.c2
-rw-r--r--os/error.c2
-rw-r--r--os/io.c2
-rw-r--r--os/osdep.h2
-rw-r--r--os/osglue.c2
-rw-r--r--os/osinit.c2
-rw-r--r--os/utils.c2
-rw-r--r--os/waitfor.c2
-rw-r--r--xfs.man2
47 files changed, 47 insertions, 47 deletions
diff --git a/difs/atom.c b/difs/atom.c
index 74df015..ab2048c 100644
--- a/difs/atom.c
+++ b/difs/atom.c
@@ -50,7 +50,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)atom.c 4.1 5/2/91
*
*/
-/* $XFree86: xc/programs/xfs/difs/atom.c,v 3.5 2003/05/27 22:27:05 tsi Exp $ */
+/* $XFree86$ */
#include "misc.h"
#include "fsresource.h"
diff --git a/difs/cache.c b/difs/cache.c
index e8c8573..541ee96 100644
--- a/difs/cache.c
+++ b/difs/cache.c
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)cache.c 4.2 91/05/02
*
*/
-/* $XFree86: xc/programs/xfs/difs/cache.c,v 1.7 2002/10/15 01:45:02 dawes Exp $ */
+/* $XFree86$ */
#include "cachestr.h"
#include "misc.h"
diff --git a/difs/charinfo.c b/difs/charinfo.c
index a9b7ad0..6b5009e 100644
--- a/difs/charinfo.c
+++ b/difs/charinfo.c
@@ -49,7 +49,7 @@ in this Software without prior written authorization from The Open Group.
* This file was once on the other side of
* the font library interface as util/fsfuncs.c.
*/
-/* $XFree86: xc/programs/xfs/difs/charinfo.c,v 1.12 2001/12/14 20:01:33 dawes Exp $ */
+/* $XFree86$ */
#include <X11/Xos.h>
#include "misc.h"
diff --git a/difs/difsutils.c b/difs/difsutils.c
index 0f47d30..4fd6e35 100644
--- a/difs/difsutils.c
+++ b/difs/difsutils.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/difsutils.c,v 1.7 2001/12/14 20:01:33 dawes Exp $ */
+/* $XFree86$ */
#define XK_LATIN1
diff --git a/difs/dispatch.c b/difs/dispatch.c
index 0ee934a..b8fc926 100644
--- a/difs/dispatch.c
+++ b/difs/dispatch.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/dispatch.c,v 3.13 2002/10/15 01:45:02 dawes Exp $ */
+/* $XFree86$ */
#include <stdlib.h>
#include "dispatch.h"
diff --git a/difs/events.c b/difs/events.c
index 1b087bf..7d0271e 100644
--- a/difs/events.c
+++ b/difs/events.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/events.c,v 3.8 2003/05/23 15:03:11 tsi Exp $ */
+/* $XFree86$ */
#include <swaprep.h>
diff --git a/difs/extensions.c b/difs/extensions.c
index caf790a..72666af 100644
--- a/difs/extensions.c
+++ b/difs/extensions.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/extensions.c,v 1.7 2001/12/14 20:01:34 dawes Exp $ */
+/* $XFree86$ */
#include "FSproto.h"
#include "misc.h"
diff --git a/difs/fontinfo.c b/difs/fontinfo.c
index 1193ae4..2510b02 100644
--- a/difs/fontinfo.c
+++ b/difs/fontinfo.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/fontinfo.c,v 1.11 2002/10/15 01:45:02 dawes Exp $ */
+/* $XFree86$ */
#include "FS.h"
#include "FSproto.h"
diff --git a/difs/fonts.c b/difs/fonts.c
index 190e276..2121628 100644
--- a/difs/fonts.c
+++ b/difs/fonts.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/fonts.c,v 3.14 2003/11/08 02:02:07 dawes Exp $ */
+/* $XFree86$ */
#include "FS.h"
#include "FSproto.h"
diff --git a/difs/initfonts.c b/difs/initfonts.c
index 9ed7675..959201e 100644
--- a/difs/initfonts.c
+++ b/difs/initfonts.c
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* %W% %E%
*
*/
-/* $XFree86: xc/programs/xfs/difs/initfonts.c,v 1.7 2001/12/14 20:01:34 dawes Exp $ */
+/* $XFree86$ */
#include "font.h"
#include "difs.h"
diff --git a/difs/main.c b/difs/main.c
index 71d2c89..590c417 100644
--- a/difs/main.c
+++ b/difs/main.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/main.c,v 3.12 2002/10/15 01:45:02 dawes Exp $ */
+/* $XFree86$ */
#include <stdlib.h>
#include <sys/types.h>
diff --git a/difs/resource.c b/difs/resource.c
index da28d7f..d3cd285 100644
--- a/difs/resource.c
+++ b/difs/resource.c
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* %W% %G%
*
*/
-/* $XFree86: xc/programs/xfs/difs/resource.c,v 3.9 2003/05/27 22:27:06 tsi Exp $ */
+/* $XFree86$ */
/*
* a resource is a 32 bit quantity. the upper 12 bits are client id.
* client provides a 19 bit resource id. this is "hashed" by me by
diff --git a/difs/swaprep.c b/difs/swaprep.c
index 07981aa..21277a6 100644
--- a/difs/swaprep.c
+++ b/difs/swaprep.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/swaprep.c,v 1.5 2001/12/14 20:01:35 dawes Exp $ */
+/* $XFree86$ */
#include <swaprep.h>
#include <swapreq.h>
diff --git a/difs/swapreq.c b/difs/swapreq.c
index 433e840..f431539 100644
--- a/difs/swapreq.c
+++ b/difs/swapreq.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/swapreq.c,v 1.7 2001/12/14 20:01:35 dawes Exp $ */
+/* $XFree86$ */
#include <swapreq.h>
diff --git a/difs/tables.c b/difs/tables.c
index 069523d..5735902 100644
--- a/difs/tables.c
+++ b/difs/tables.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/difs/tables.c,v 1.6 2001/12/14 20:01:35 dawes Exp $ */
+/* $XFree86$ */
#include <dispatch.h>
#include <swaprep.h>
diff --git a/include/access.h b/include/access.h
index 4b9efc0..ef8d1eb 100644
--- a/include/access.h
+++ b/include/access.h
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)access.h 4.1 91/05/02
*
*/
-/* $XFree86: xc/programs/xfs/include/access.h,v 1.5 2001/12/14 20:01:36 dawes Exp $ */
+/* $XFree86$ */
#ifndef _ACCESS_H_
#define _ACCESS_H_
diff --git a/include/accstr.h b/include/accstr.h
index 991a1fa..d450061 100644
--- a/include/accstr.h
+++ b/include/accstr.h
@@ -48,7 +48,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)accstr.h 4.1 91/05/02
*
*/
-/* $XFree86: xc/programs/xfs/include/accstr.h,v 1.7 2001/12/14 20:01:36 dawes Exp $ */
+/* $XFree86$ */
#ifndef _ACCSTR_H_
#define _ACCSTR_H_
diff --git a/include/auth.h b/include/auth.h
index 06958ce..85c26b0 100644
--- a/include/auth.h
+++ b/include/auth.h
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)auth.h 4.1 91/05/02
*
*/
-/* $XFree86: xc/programs/xfs/include/auth.h,v 1.6 2001/12/14 20:01:36 dawes Exp $ */
+/* $XFree86$ */
#ifndef _AUTH_H_
#define _AUTH_H_
diff --git a/include/cache.h b/include/cache.h
index 4f75abd..7cd8377 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)cache.h 4.1 91/05/02
*
*/
-/* $XFree86: xc/programs/xfs/include/cache.h,v 1.5 2001/12/14 20:01:37 dawes Exp $ */
+/* $XFree86$ */
#ifndef _CACHE_H_
#define _CACHE_H_
diff --git a/include/client.h b/include/client.h
index 5f484ab..a6a0bdf 100644
--- a/include/client.h
+++ b/include/client.h
@@ -43,7 +43,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/include/client.h,v 1.7 2001/12/14 20:01:37 dawes Exp $ */
+/* $XFree86$ */
#ifndef _CLIENT_H_
#define _CLIENT_H_
diff --git a/include/clientstr.h b/include/clientstr.h
index 100a1ce..9d44767 100644
--- a/include/clientstr.h
+++ b/include/clientstr.h
@@ -44,7 +44,7 @@ in this Software without prior written authorization from The Open Group.
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/include/clientstr.h,v 1.7 2001/12/14 20:01:37 dawes Exp $ */
+/* $XFree86$ */
#ifndef _CLIENTSTR_H_
#define _CLIENTSTR_H_
diff --git a/include/difsfn.h b/include/difsfn.h
index 9005ff5..58972c0 100644
--- a/include/difsfn.h
+++ b/include/difsfn.h
@@ -44,7 +44,7 @@ in this Software without prior written authorization from The Open Group.
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/include/difsfn.h,v 1.5 2001/12/14 20:01:37 dawes Exp $ */
+/* $XFree86$ */
#ifndef _DIFSFONT_H_
#define _DIFSFONT_H_
diff --git a/include/difsfnst.h b/include/difsfnst.h
index 301efea..9d6b41a 100644
--- a/include/difsfnst.h
+++ b/include/difsfnst.h
@@ -44,7 +44,7 @@ in this Software without prior written authorization from The Open Group.
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/include/difsfnst.h,v 1.5 2001/12/14 20:01:38 dawes Exp $ */
+/* $XFree86$ */
#ifndef _DIFSFONTST_H_
#define _DIFSFONTST_H_
diff --git a/include/difsutils.h b/include/difsutils.h
index 2a31631..5514b5b 100644
--- a/include/difsutils.h
+++ b/include/difsutils.h
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/programs/xfs/include/difsutils.h,v 1.5 2002/10/15 01:45:03 dawes Exp $
+ * $XFree86$
*/
/************************************************************
diff --git a/include/dispatch.h b/include/dispatch.h
index ba359da..47c475c 100644
--- a/include/dispatch.h
+++ b/include/dispatch.h
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/programs/xfs/include/dispatch.h,v 1.3 2001/08/28 23:44:54 paulo Exp $
+ * $XFree86$
*/
/************************************************************
diff --git a/include/extentst.h b/include/extentst.h
index 3249c73..066eb13 100644
--- a/include/extentst.h
+++ b/include/extentst.h
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)extentst.h 4.1 91/05/02
*
*/
-/* $XFree86: xc/programs/xfs/include/extentst.h,v 1.7 2003/07/16 01:39:17 dawes Exp $ */
+/* $XFree86$ */
#ifndef _EXTENTST_H_
#define _EXTENTST_H_
diff --git a/include/fsevents.h b/include/fsevents.h
index 1047235..7ed50fb 100644
--- a/include/fsevents.h
+++ b/include/fsevents.h
@@ -48,7 +48,7 @@ in this Software without prior written authorization from the X Consortium.
* @(#)events.h 4.2 91/05/03
*
*/
-/* $XFree86: xc/programs/xfs/include/fsevents.h,v 1.3 1998/10/25 12:48:04 dawes Exp $ */
+/* $XFree86$ */
#ifndef _EVENTS_H_
#define _EVENTS_H_
diff --git a/include/fsresource.h b/include/fsresource.h
index 3f4c204..c668ce7 100644
--- a/include/fsresource.h
+++ b/include/fsresource.h
@@ -48,7 +48,7 @@ in this Software without prior written authorization from the X Consortium.
* @(#)resource.h 4.1 91/05/02
*
*/
-/* $XFree86: xc/programs/xfs/include/fsresource.h,v 1.4 1999/03/07 11:41:01 dawes Exp $ */
+/* $XFree86$ */
#ifndef _RESOURCE_H_
#define _RESOURCE_H_
diff --git a/include/misc.h b/include/misc.h
index a6de816..a7b7781 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -43,7 +43,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/include/misc.h,v 3.9 2001/12/14 20:01:38 dawes Exp $ */
+/* $XFree86$ */
#ifndef _MISC_H_
#define _MISC_H_
diff --git a/include/os.h b/include/os.h
index 52e7b14..aef6640 100644
--- a/include/os.h
+++ b/include/os.h
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* $NCDXorg: @(#)os.h,v 4.2 1991/05/10 07:59:16 lemke Exp $
*
*/
-/* $XFree86: xc/programs/xfs/include/os.h,v 3.15 2004/01/07 03:47:35 dawes Exp $ */
+/* $XFree86$ */
#ifndef _OS_H_
#define _OS_H_
diff --git a/include/osstruct.h b/include/osstruct.h
index be758b3..8fc2b71 100644
--- a/include/osstruct.h
+++ b/include/osstruct.h
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)osstruct.h 4.1 91/05/02
*
*/
-/* $XFree86: xc/programs/xfs/include/osstruct.h,v 1.4 2001/12/14 20:01:38 dawes Exp $ */
+/* $XFree86$ */
#ifndef _OSSTRUCT_H_
#define _OSSTRUCT_H_
diff --git a/include/servermd.h b/include/servermd.h
index a2b8cf9..f35b09e 100644
--- a/include/servermd.h
+++ b/include/servermd.h
@@ -44,7 +44,7 @@ in this Software without prior written authorization from The Open Group.
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/include/servermd.h,v 1.5 2001/12/19 21:37:35 dawes Exp $ */
+/* $XFree86$ */
#ifndef _SERVERMD_H_
#define _SERVERMD_H_
diff --git a/include/swaprep.h b/include/swaprep.h
index df15318..ca91141 100644
--- a/include/swaprep.h
+++ b/include/swaprep.h
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/programs/xfs/include/swaprep.h,v 1.1 1998/10/25 07:12:32 dawes Exp $
+ * $XFree86$
*/
/************************************************************
diff --git a/include/swapreq.h b/include/swapreq.h
index 698aa34..65531dc 100644
--- a/include/swapreq.h
+++ b/include/swapreq.h
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/programs/xfs/include/swapreq.h,v 1.2 2001/06/25 20:40:18 paulo Exp $
+ * $XFree86$
*/
/************************************************************
diff --git a/os/access.c b/os/access.c
index 83103da..1a34aec 100644
--- a/os/access.c
+++ b/os/access.c
@@ -43,7 +43,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/os/access.c,v 3.8 2003/07/09 15:27:40 tsi Exp $ */
+/* $XFree86$ */
#include <X11/Xos.h>
#ifndef Lynx
diff --git a/os/config.c b/os/config.c
index 64f8992..33cd95b 100644
--- a/os/config.c
+++ b/os/config.c
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* $NCDXorg: @(#)config.c,v 4.6 1991/07/09 14:08:09 lemke Exp $
*
*/
-/* $XFree86: xc/programs/xfs/os/config.c,v 3.16 2002/10/15 01:45:03 dawes Exp $ */
+/* $XFree86$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/os/configstr.h b/os/configstr.h
index 9000acc..82f2184 100644
--- a/os/configstr.h
+++ b/os/configstr.h
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)configstr.h 4.1 91/05/02
*
*/
-/* $XFree86: xc/programs/xfs/os/configstr.h,v 1.5 2001/12/14 20:01:41 dawes Exp $ */
+/* $XFree86$ */
#ifndef _CONFIGSTR_H_
#define _CONFIGSTR_H_
#include "config.h"
diff --git a/os/connection.c b/os/connection.c
index d17de6d..f2b80cd 100644
--- a/os/connection.c
+++ b/os/connection.c
@@ -67,7 +67,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/os/connection.c,v 3.26 2003/07/09 15:27:40 tsi Exp $ */
+/* $XFree86$ */
#include <stdlib.h>
#include <X11/Xtrans.h>
diff --git a/os/daemon.c b/os/daemon.c
index 658965e..73cd67d 100644
--- a/os/daemon.c
+++ b/os/daemon.c
@@ -27,7 +27,7 @@ other dealings in this Software without prior written authorization
from the X Consortium.
*/
-/* $XFree86: xc/programs/xfs/os/daemon.c,v 1.13 2004/01/07 03:47:36 dawes Exp $ */
+/* $XFree86$ */
#include <X11/Xos.h>
#include <sys/types.h>
diff --git a/os/error.c b/os/error.c
index 20b877c..ce3d9b3 100644
--- a/os/error.c
+++ b/os/error.c
@@ -44,7 +44,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/os/error.c,v 1.12 2004/01/28 22:12:49 herrb Exp $ */
+/* $XFree86$ */
#include <stdio.h>
#include <stdlib.h>
diff --git a/os/io.c b/os/io.c
index 4345907..e2dc60c 100644
--- a/os/io.c
+++ b/os/io.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/os/io.c,v 3.19 2002/05/31 18:46:12 dawes Exp $ */
+/* $XFree86$ */
#include <X11/Xtrans.h>
#include <stdio.h>
diff --git a/os/osdep.h b/os/osdep.h
index ae3798b..fa5cea0 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)osdep.h 4.1 5/2/91
*
*/
-/* $XFree86: xc/programs/xfs/os/osdep.h,v 3.12 2002/05/31 18:46:12 dawes Exp $ */
+/* $XFree86$ */
#ifndef _OSDEP_H_
#define _OSDEP_H_
diff --git a/os/osglue.c b/os/osglue.c
index 67f784c..198d0f0 100644
--- a/os/osglue.c
+++ b/os/osglue.c
@@ -47,7 +47,7 @@ in this Software without prior written authorization from The Open Group.
* $NCDXorg: @(#)osglue.c,v 4.6 1991/07/09 14:07:30 lemke Exp $
*
*/
-/* $XFree86: xc/programs/xfs/os/osglue.c,v 3.19 2002/10/19 20:04:20 herrb Exp $ */
+/* $XFree86$ */
/*
* this is miscellaneous OS specific stuff.
diff --git a/os/osinit.c b/os/osinit.c
index 7d0a068..831b0db 100644
--- a/os/osinit.c
+++ b/os/osinit.c
@@ -50,7 +50,7 @@ in this Software without prior written authorization from The Open Group.
* @(#)osinit.c 4.3 5/7/91
*
*/
-/* $XFree86: xc/programs/xfs/os/osinit.c,v 1.5 2001/12/14 20:01:41 dawes Exp $ */
+/* $XFree86$ */
#include "os.h"
diff --git a/os/utils.c b/os/utils.c
index c953306..07d406c 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/os/utils.c,v 3.21 2004/01/07 03:47:36 dawes Exp $ */
+/* $XFree86$ */
#include <stdio.h>
#include <X11/Xos.h>
diff --git a/os/waitfor.c b/os/waitfor.c
index 8394e78..a2a40a7 100644
--- a/os/waitfor.c
+++ b/os/waitfor.c
@@ -50,7 +50,7 @@ in this Software without prior written authorization from The Open Group.
* $NCDXorg: @(#)waitfor.c,v 4.5 1991/06/24 11:59:20 lemke Exp $
*
*/
-/* $XFree86: xc/programs/xfs/os/waitfor.c,v 3.16 2002/05/31 18:46:12 dawes Exp $ */
+/* $XFree86$ */
#include <X11/Xos.h> /* strings, time, etc */
diff --git a/xfs.man b/xfs.man
index f1d15c0..a1a651c 100644
--- a/xfs.man
+++ b/xfs.man
@@ -1,4 +1,4 @@
-.\" $XFree86: xc/programs/xfs/xfs.man,v 3.16 2001/12/14 20:01:32 dawes Exp $
+.\" $XFree86$
.\"
.\" Copyright 1991, 1998 The Open Group
.\"