diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-06-12 22:20:25 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-06-12 22:20:25 +0000 |
commit | 7f042b920dcac43488276d61940e79f0baece3ca (patch) | |
tree | 7065ee5b268ba2aa31d87a9cb75c67f84440f3aa /xserver/os | |
parent | 555e66fb1a4214d1044ec7f9d8a7623e67c3bba2 (diff) |
change /dev/dri/card0 to /dev/drm0. Subdirs in /dev considered
irritating.
Diffstat (limited to 'xserver/os')
-rw-r--r-- | xserver/os/privsep.c | 4 |
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} }; |