diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-10-18 14:39:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-10-18 14:39:41 +0000 |
commit | c12021dccabc481f131cc5aa41e897d2a92519ce (patch) | |
tree | bfb6e01d78e54efcf2b198ef0aa4e91c7c9a8c24 /xserver/os | |
parent | 4583e673e11d36c6f0007d6a6e0b0c3322e6e2ee (diff) |
No more /dev/agp0
Diffstat (limited to 'xserver/os')
-rw-r--r-- | xserver/os/privsep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xserver/os/privsep.c b/xserver/os/privsep.c index 514ab8cb5..d950d2ae6 100644 --- a/xserver/os/privsep.c +++ b/xserver/os/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.26 2013/08/13 18:14:31 kettenis Exp $ */ +/* $OpenBSD: privsep.c,v 1.27 2014/10/18 14:39:40 matthieu Exp $ */ /* * Copyright 2001 Niels Provos <provos@citi.umich.edu> * All rights reserved. @@ -114,7 +114,6 @@ struct okdev { {"/dev/ttyI0", O_RDWR | O_NONBLOCK | O_EXCL}, {"/dev/ttyJ0", O_RDWR | O_NONBLOCK | O_EXCL}, {"/dev/pci", O_RDWR | O_NONBLOCK | O_EXCL}, - {"/dev/agp0", O_RDWR | O_NONBLOCK | O_EXCL}, {"/dev/drm0", O_RDWR }, {"/dev/drm1", O_RDWR }, {"/dev/drm2", O_RDWR }, |