diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2001-04-26 10:02:48 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2001-04-26 10:02:48 +0000 |
commit | 144f517d31623b71a8dec5aa21b624b62116fd6a (patch) | |
tree | 9f2848244c27d874c38a07c9d76d6aeb969dddf7 /shared | |
parent | 6b97e1558beab37d29436b65e4ec650025a7bd3d (diff) |
fix a typo
Diffstat (limited to 'shared')
-rw-r--r-- | shared/drm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/drm.h b/shared/drm.h index 3def97f7..2ca9648b 100644 --- a/shared/drm.h +++ b/shared/drm.h @@ -39,7 +39,8 @@ #include <linux/config.h> #include <asm/ioctl.h> /* For _IO* macros */ #define DRM_IOCTL_NR(n) _IOC_NR(n) -#elif defined(__FreeBSD__) +#endif +#if defined(__FreeBSD__) #include <sys/ioccom.h> #define DRM_IOCTL_NR(n) ((n) & 0xff) #endif |