<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/include/spawn.h, branch release/8.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-11-21T06:13:29Z</updated>
<entry>
<title>Create release/8.0.0 for the 8.0-RELEASE.</title>
<updated>2009-11-21T06:13:29Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-11-21T06:13:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4d3b78df842614c46b116fc5a6f470be637dccd'/>
<id>urn:sha1:a4d3b78df842614c46b116fc5a6f470be637dccd</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.0-RELEASE image.
</content>
</entry>
<entry>
<title>Remove __restrict keywords from array arguments to make GCC's -std=c99 work.</title>
<updated>2008-06-19T07:30:32Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2008-06-19T07:30:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6b0a300c028c9b0432d0ed6e6a5eb4fc7a73146a'/>
<id>urn:sha1:6b0a300c028c9b0432d0ed6e6a5eb4fc7a73146a</id>
<content type='text'>
When GCC is invoked with -std=c99, the following errors are displayed when
including &lt;spawn.h&gt;:

/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 &lt;regex.h&gt;.

Submitted by:	Andrzej Tobola &lt;ato iem pw edu pl&gt;
Reviewed by:	davidxu
Approved by:	philip (mentor, implicit)
</content>
</entry>
<entry>
<title>Change my email address to the one from the FreeBSD project.</title>
<updated>2008-06-17T07:09:58Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2008-06-17T07:09:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d1b2bd213cced856ee86ad9ae773459464fd6d34'/>
<id>urn:sha1:d1b2bd213cced856ee86ad9ae773459464fd6d34</id>
<content type='text'>
Approved by:	philip (mentor, implicit), davidxu
</content>
</entry>
<entry>
<title>Add POSIX routines called posix_spawn() and posix_spawnp(), which</title>
<updated>2008-06-17T06:26:29Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2008-06-17T06:26:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=947aa542e9b9539d4217d470ab7e3d1fe3b973a5'/>
<id>urn:sha1:947aa542e9b9539d4217d470ab7e3d1fe3b973a5</id>
<content type='text'>
can be used as replacements for exec/fork in a lot of cases. This
change also added execvpe() which allows environment variable
PATH to be used for searching executable file, it is used for
implementing posix_spawnp().

PR: standards/122051
</content>
</entry>
</feed>
