K 10 svn:author V 2 ed K 8 svn:date V 27 2008-06-19T07:30:32.284065Z K 7 svn:log V 695 Remove __restrict keywords from array arguments to make GCC's -std=c99 work. When GCC is invoked with -std=c99, the following errors are displayed when including : /usr/include/spawn.h:69: error: static or type qualifiers in abstract declarator /usr/include/spawn.h:69: error: static or type qualifiers in abstract declarator /usr/include/spawn.h:72: error: static or type qualifiers in abstract declarator /usr/include/spawn.h:72: error: static or type qualifiers in abstract declarator We'd better remove the __restrict keywords here. The same is also done in . Submitted by: Andrzej Tobola Reviewed by: davidxu Approved by: philip (mentor, implicit) END