diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 10:27:31 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-09-25 10:27:31 +0000 |
commit | 63691d7a0f51ca09df58b30d4e62a173b70c4c17 (patch) | |
tree | 8bc2b1b31ffce1045bb8ae8860bcc0c339d6ccdb /daemon.c | |
parent | 9edd6d0a0ad275cc7a893bb27a5fc2143dcbc2d0 (diff) | |
download | fetchmail-63691d7a0f51ca09df58b30d4e62a173b70c4c17.tar.gz fetchmail-63691d7a0f51ca09df58b30d4e62a173b70c4c17.tar.bz2 fetchmail-63691d7a0f51ca09df58b30d4e62a173b70c4c17.zip |
Rename isafile -> is_a_file, isidletimout -> is_idletimeout
to keep clear of ctype.h namespace.
svn path=/trunk/; revision=4322
Diffstat (limited to 'daemon.c')
-rw-r--r-- | daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -259,7 +259,7 @@ nottyDetach: return(0); } -flag isafile(int fd) +flag is_a_file(int fd) /* is the given fd attached to a file? (used to control logging) */ { struct stat stbuf; |