Merge branch 'master' into death_of_fishd

This commit is contained in:
ridiculousfish
2014-04-27 18:53:35 -07:00
16 changed files with 55 additions and 37 deletions

View File

@@ -366,7 +366,7 @@ void safe_perror(const char *message)
safe_append(buff, safe_strerror(err), sizeof buff);
safe_append(buff, "\n", sizeof buff);
write(STDERR_FILENO, buff, strlen(buff));
write_ignore(STDERR_FILENO, buff, strlen(buff));
errno = err;
}