uint vs size_t and two bugfixes in fak and unicode
* Better Description of copy.cc
* mem2swap throws a perror on failure
committer: Markus Bröker <mbroeker@largo.homelinux.org>
#!/bin/bashfor i in {1..1000};do ./client & if [ $? == 0 ]; then printf "Starting process\n"; fidone;