summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2001-04-26 10:02:48 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2001-04-26 10:02:48 +0000
commit144f517d31623b71a8dec5aa21b624b62116fd6a (patch)
tree9f2848244c27d874c38a07c9d76d6aeb969dddf7 /shared
parent6b97e1558beab37d29436b65e4ec650025a7bd3d (diff)
fix a typo
Diffstat (limited to 'shared')
-rw-r--r--shared/drm.h3
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