diff options
author | alanh <alanh> | 2001-08-24 10:58:07 +0000 |
---|---|---|
committer | alanh <alanh> | 2001-08-24 10:58:07 +0000 |
commit | f7e60459cf7c6ba435c55c8b9b9548233389964e (patch) | |
tree | 71f097b997037b602da99a8c21dcb9d5ebbaa9f0 | |
parent | d89fb7faf7005baab1fc34ce544c54c562689027 (diff) |
another
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_drv.h b/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_drv.h index ce7412455..e3975dcd4 100644 --- a/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_drv.h +++ b/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_drv.h @@ -40,7 +40,7 @@ #define le32_to_cpu(x) ntohl(x) #define cpu_to_le32(x) htonl(x) #endif -#endif +#endif /* __FreeBSD__ */ #ifndef __R128_DRV_H__ #define __R128_DRV_H__ |