aboutsummaryrefslogtreecommitdiffstats
path: root/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.c')
-rw-r--r--daemon.c2
1 files changed, 1 insertions, 1 deletions
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;