From ebca51d8da42e7e4882694bc3233bf0f8dbdf301 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 29 Aug 2003 21:41:32 +0000 Subject: Update to reflect renaming of SIS ioctls. --- libdrm/xf86drmCompat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdrm/xf86drmCompat.c b/libdrm/xf86drmCompat.c index 002a9b07..4e3ccf3f 100644 --- a/libdrm/xf86drmCompat.c +++ b/libdrm/xf86drmCompat.c @@ -1020,7 +1020,7 @@ Bool drmSiSAgpInit(int driSubFD, int offset, int size) agp.offset = offset; agp.size = size; - ioctl(driSubFD, SIS_IOCTL_AGP_INIT, &agp); + ioctl(driSubFD, DRM_IOCTL_SIS_AGP_INIT, &agp); return 1; /* TRUE */ } -- cgit v1.2.3