diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:43 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-01 22:43:43 +0000 |
commit | 9b1debcdb6c7df956c06350a6525afb8e6d691fa (patch) | |
tree | 7f97d0d3d49782523bd6a3e8e0f8a3006d0f336f /hw/xfree86/dri/drimodule.c | |
parent | 657b4cb8aa0076acae85997c4f0c353b4d86b632 (diff) |
Change all misc.h and os.h references to <X11/foo.h>.
Diffstat (limited to 'hw/xfree86/dri/drimodule.c')
-rw-r--r-- | hw/xfree86/dri/drimodule.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hw/xfree86/dri/drimodule.c b/hw/xfree86/dri/drimodule.c index bb7a89ee0..1fa7a8edc 100644 --- a/hw/xfree86/dri/drimodule.c +++ b/hw/xfree86/dri/drimodule.c @@ -1,3 +1,4 @@ +/* $XdotOrg: xc/programs/Xserver/GL/dri/drimodule.c,v 1.2 2004/04/23 18:44:36 eich Exp $ */ /************************************************************************** Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. @@ -24,7 +25,7 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************/ -/* $XFree86: xc/programs/Xserver/GL/dri/drimodule.c,v 1.6 2001/12/10 19:07:19 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/GL/dri/drimodule.c,v 1.5 2001/06/15 21:22:39 dawes Exp $ */ /* * Authors: @@ -43,7 +44,7 @@ static XF86ModuleVersionInfo VersRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, 1, 0, 0, ABI_CLASS_EXTENSION, ABI_EXTENSION_VERSION, |