summaryrefslogtreecommitdiff
path: root/test/proc_child.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905414 13f79535-47bb-0310-9956-ffa450edef68
* * test/proc_child.c (main): Avoid gcc -Wunused-result warning withJoe Orton2021-07-061-3/+3
| | | | | | | write() return value. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1891310 13f79535-47bb-0310-9956-ffa450edef68
* Solve two int-size issues on some platforms; exit is well definedWilliam A. Rowe Jr2007-10-141-3/+3
| | | | | | | | to return an (int) while on some platforms read/write is still expressed as unsigned int bytes of data. Both harmless truncations. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@584587 13f79535-47bb-0310-9956-ffa450edef68
* We don't have no stinkin ssize_t here. We also needed io.h to compile cleanWilliam A. Rowe Jr2003-01-031-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64265 13f79535-47bb-0310-9956-ffa450edef68
* Detabify.Joe Orton2002-11-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64105 13f79535-47bb-0310-9956-ffa450edef68
* Fix to not assume input is NUL-terminated.Joe Orton2002-11-271-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64099 13f79535-47bb-0310-9956-ffa450edef68
* Forgot to commit this file with the testproc changes.Ryan Bloom2002-11-261-0/+16
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64090 13f79535-47bb-0310-9956-ffa450edef68