aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'xf86drmMode.c')
-rw-r--r--xf86drmMode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xf86drmMode.c b/xf86drmMode.c
index 7ca89b37..60ce3699 100644
--- a/xf86drmMode.c
+++ b/xf86drmMode.c
@@ -806,6 +806,8 @@ int drmCheckModesettingSupported(const char *busid)
806 return -EINVAL; 806 return -EINVAL;
807 return (modesetting ? 0 : -ENOSYS); 807 return (modesetting ? 0 : -ENOSYS);
808 } 808 }
809#elif defined(__DragonFly__)
810 return 0;
809#endif 811#endif
810 return -ENOSYS; 812 return -ENOSYS;
811 813