projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
57e37e1
)
xinit
author
davshao <davshao@web>
Fri, 21 May 2010 19:51:25 +0000 (12:51 -0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Fri, 21 May 2010 19:51:25 +0000 (12:51 -0700)
docs/developer/GEMdrmKMS/index.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/developer/GEMdrmKMS/index.mdwn
b/docs/developer/GEMdrmKMS/index.mdwn
index
63fac2a
..
5c398e6
100644
(file)
--- a/
docs/developer/GEMdrmKMS/index.mdwn
+++ b/
docs/developer/GEMdrmKMS/index.mdwn
@@
-290,4
+290,23
@@
Corrected using the *autogen.sh* flag:
--disable-devel-docs
+### xinit
+
+ diff --git a/xinit.c b/xinit.c
+ index 313806e..0d31637 100644
+ --- a/xinit.c
+ +++ b/xinit.c
+ @@ -48,6 +48,12 @@ in this Software without prior written authorization from The Open Group.
+ #endif
+ #endif
+
+ +/* For PRIO_PROCESS and setpriority() */
+ +#ifdef __DragonFly__
+ +#include <sys/time.h>
+ +#include <sys/resource.h>
+ +#endif /* __DragonFly__ */
+ +
+ #include <stdlib.h>
+
+ #ifndef SHELL