a few extra strerror()'s sprinkled in the code

git-svn-id: https://svn.musicpd.org/mpd/trunk@2467 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-11-02 05:29:22 +00:00
parent 46792b175f
commit 1d939538eb
4 changed files with 7 additions and 6 deletions

View File

@@ -126,4 +126,3 @@ void unblockSignals() {
sigaddset(&sset,SIGTERM);
while(sigprocmask(SIG_UNBLOCK,&sset,NULL)<0 && errno==EINTR);
}
/* vim:set shiftwidth=4 tabstop=8 expandtab: */