crypt.h seems to be broken on many systems.
The manpage tells me that i have to include unistd.h...
committer: Markus Bröker <mbroeker@largo.homelinux.org>
#!/bin/bashfor i in {1..1000};do ./client & if [ $? == 0 ]; then printf "Starting process\n"; fidone;