Ed Schouten 6b0a300c02 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 <spawn.h>:

/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 <regex.h>.

Submitted by:	Andrzej Tobola <ato iem pw edu pl>
Reviewed by:	davidxu
Approved by:	philip (mentor, implicit)
2008-06-19 07:30:32 +00:00
..
2008-05-16 02:06:10 +00:00
2008-03-30 20:07:15 +00:00
2006-05-22 05:57:39 +00:00
2007-06-11 06:25:19 +00:00
2007-06-11 02:21:18 +00:00
2006-03-02 10:01:52 +00:00
2007-06-03 17:20:27 +00:00
2007-06-03 17:20:27 +00:00
2008-04-10 00:12:44 +00:00