diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-21 16:09:36 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-21 16:09:36 +0000 |
commit | d712eefd68bc904ddb900a2c0eec8840504aea9a (patch) | |
tree | 84ed92d85f786e150a0a293296fcd48ed3aff17d /daemon.c | |
parent | cdf5674b677fe96e1bd76d00a34ee7144bb0bb51 (diff) | |
download | fetchmail-d712eefd68bc904ddb900a2c0eec8840504aea9a.tar.gz fetchmail-d712eefd68bc904ddb900a2c0eec8840504aea9a.tar.bz2 fetchmail-d712eefd68bc904ddb900a2c0eec8840504aea9a.zip |
Clean up some dependencies.
svn path=/trunk/; revision=910
Diffstat (limited to 'daemon.c')
-rw-r--r-- | daemon.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,8 +10,6 @@ #include <errno.h> #include <signal.h> #include <sys/types.h> -#include <sys/stat.h> -#include <sys/file.h> #include <sys/wait.h> #include <sys/fcntl.h> /* Solaris 2.5 requires this */ |