diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:11 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:11 +0000 |
commit | 08b886850f115f404187acd619aa2c2ca18ae3c7 (patch) | |
tree | 46b1fabe8a5772287331dbb6c3e36aa2d746d3c5 | |
parent | 1c7c3372776d6d116facabbf055f27af3e96f59f (diff) |
Change all misc.h and os.h references to <X11/foo.h>.XORG-6_8_99_14
-rw-r--r-- | src/atipreinit.c | 2 | ||||
-rw-r--r-- | src/ativga.c | 2 | ||||
-rw-r--r-- | src/radeon_common.h | 2 | ||||
-rw-r--r-- | src/theatre200.c | 4 | ||||
-rw-r--r-- | src/theatre200.h | 4 | ||||
-rw-r--r-- | src/theatre_detect.c | 4 | ||||
-rw-r--r-- | src/theatre_detect.h | 4 |
7 files changed, 11 insertions, 11 deletions
diff --git a/src/atipreinit.c b/src/atipreinit.c index 45808e0..0f36af3 100644 --- a/src/atipreinit.c +++ b/src/atipreinit.c @@ -1,5 +1,5 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c,v 1.74 2003/12/22 17:48:09 tsi Exp $ */ -/* $XdotOrg: $ */ +/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c,v 1.6 2005/06/26 04:38:12 ajax Exp $ */ /* * Copyright 1999 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * diff --git a/src/ativga.c b/src/ativga.c index e75d4dc..c093ff6 100644 --- a/src/ativga.c +++ b/src/ativga.c @@ -1,5 +1,5 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.c,v 1.20 2003/04/23 21:51:31 tsi Exp $ */ -/* $XdotOrg: $ */ +/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/ati/ativga.c,v 1.4 2005/06/04 20:26:28 alanc Exp $ */ /* * Copyright 1997 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * diff --git a/src/radeon_common.h b/src/radeon_common.h index 314ce9d..d64c136 100644 --- a/src/radeon_common.h +++ b/src/radeon_common.h @@ -31,7 +31,7 @@ * Converted to common header format: * Jens Owen <jens@tungstengraphics.com> * - * $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_common.h,v 1.4 2004/12/12 16:05:35 volodya Exp $ + * $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_common.h,v 1.5 2005/01/26 18:23:40 sroland Exp $ * $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_common.h,v 1.8tsi Exp $ * */ diff --git a/src/theatre200.c b/src/theatre200.c index d976343..8da99c0 100644 --- a/src/theatre200.c +++ b/src/theatre200.c @@ -5,8 +5,8 @@ * License: GPL * * $Log$ - * Revision 1.1 2005/04/17 23:06:17 bogdand - * Added the RageTheatre200 video demodulator support + * Revision 1.2 2005/07/01 22:43:11 daniels + * Change all misc.h and os.h references to <X11/foo.h>. * * ************************************************************************************/ diff --git a/src/theatre200.h b/src/theatre200.h index d71412c..3db99d0 100644 --- a/src/theatre200.h +++ b/src/theatre200.h @@ -5,8 +5,8 @@ * License: GPL * * $Log$ - * Revision 1.1 2005/04/17 23:06:17 bogdand - * Added the RageTheatre200 video demodulator support + * Revision 1.2 2005/07/01 22:43:11 daniels + * Change all misc.h and os.h references to <X11/foo.h>. * * ************************************************************************************/ diff --git a/src/theatre_detect.c b/src/theatre_detect.c index c07579a..9336ec2 100644 --- a/src/theatre_detect.c +++ b/src/theatre_detect.c @@ -5,8 +5,8 @@ * License: GPL * * $Log$ - * Revision 1.1 2005/04/17 23:09:28 bogdand - * This is the theatre chip detection module + * Revision 1.2 2005/07/01 22:43:11 daniels + * Change all misc.h and os.h references to <X11/foo.h>. * * ************************************************************************************/ diff --git a/src/theatre_detect.h b/src/theatre_detect.h index 9132374..9b56861 100644 --- a/src/theatre_detect.h +++ b/src/theatre_detect.h @@ -5,8 +5,8 @@ * License: GPL * * $Log$ - * Revision 1.1 2005/04/17 23:09:28 bogdand - * This is the theatre chip detection module + * Revision 1.2 2005/07/01 22:43:11 daniels + * Change all misc.h and os.h references to <X11/foo.h>. * * ************************************************************************************/ |