--- sysdeps.h.orig 2014-02-04 23:01:34 UTC +++ sysdeps.h @@ -74,16 +74,6 @@ #include #include -/* - * Stuff that isn't reliably included (on Linux, anyway). - */ - -extern FILE *fdopen(int fd, const char *modes); -extern int fileno(FILE *stream); -extern int kill(pid_t pid, int sig); -extern int strcasecmp(const char *s1, const char *s2); -extern int gethostname(char *name, size_t len); - /* * Check for POSIX-compatible wait().