summaryrefslogtreecommitdiff
path: root/xserver/os/privsep.c
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/os/privsep.c')
-rw-r--r--xserver/os/privsep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/os/privsep.c b/xserver/os/privsep.c
index 5d1422290..1394b844a 100644
--- a/xserver/os/privsep.c
+++ b/xserver/os/privsep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: privsep.c,v 1.6 2008/06/12 18:50:19 oga Exp $ */
+/* $OpenBSD: privsep.c,v 1.7 2008/06/12 22:20:24 oga Exp $ */
/*
* Copyright 2001 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
@@ -108,7 +108,7 @@ struct okdev {
{"/dev/ttyD7", O_RDWR | O_NONBLOCK | O_EXCL},
{"/dev/pci", O_RDWR | O_NONBLOCK | O_EXCL},
{"/dev/agp0", O_RDWR | O_NONBLOCK | O_EXCL},
- {"/dev/dri/card0", O_RDWR },
+ {"/dev/drm0", O_RDWR },
{NULL, 0}
};