diff options
author | Kevin E Martin <kem@kem.org> | 2000-02-22 22:10:28 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2000-02-22 22:10:28 +0000 |
commit | d9ff0e3884abd19cdf99426d4d4b1e8f17b4ffd1 (patch) | |
tree | edbbb7a93e0b330843ca2b14e8ce356f7173dab6 /linux/tdfx_drv.c | |
parent | 7a9b291ab55dd9dcfeb35217f6105ad57c94f433 (diff) |
Diffstat (limited to 'linux/tdfx_drv.c')
-rw-r--r-- | linux/tdfx_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/tdfx_drv.c b/linux/tdfx_drv.c index 769d7adf..61c917eb 100644 --- a/linux/tdfx_drv.c +++ b/linux/tdfx_drv.c @@ -25,7 +25,7 @@ * DEALINGS IN THE SOFTWARE. * * $PI$ - * $XFree86$ + * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/tdfx_drv.c,v 1.2 2000/01/20 07:25:36 martin Exp $ * */ @@ -53,7 +53,7 @@ static struct file_operations tdfx_fops = { mmap: drm_mmap, read: drm_read, fasync: drm_fasync, - poll: drm_poll + poll: drm_poll, }; static struct miscdevice tdfx_misc = { |