From 63691d7a0f51ca09df58b30d4e62a173b70c4c17 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 25 Sep 2005 10:27:31 +0000 Subject: Rename isafile -> is_a_file, isidletimout -> is_idletimeout to keep clear of ctype.h namespace. svn path=/trunk/; revision=4322 --- daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon.c') diff --git a/daemon.c b/daemon.c index 83de920d..dabfb9a6 100644 --- a/daemon.c +++ b/daemon.c @@ -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; -- cgit v1.2.3