From 51662674b026be5936727b0e236a6f69e149c085 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 20 May 2010 19:13:40 +0100 Subject: [PATCH] rename innduct.c to duct.c - fix up comments --- duct.c | 2 +- innduct.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/duct.c b/duct.c index 6ff7bad..f6f8943 100644 --- a/duct.c +++ b/duct.c @@ -1,7 +1,7 @@ /* * innduct * tailing reliable realtime streaming feeder for inn - * innduct.c - main program, option parsing and startup + * duct.c - main program, option parsing and startup * * Copyright (C) 2010 Ian Jackson * diff --git a/innduct.h b/innduct.h index 4ccae7a..78f06a8 100644 --- a/innduct.h +++ b/innduct.h @@ -362,7 +362,7 @@ static inline int isewouldblock(int errnoval) { PRINTF(3,0); INNLOGSETS(INNLOGSET_DECLARE) -/*----- innduct.c -----*/ +/*----- duct.c -----*/ void postfork(void); void period(void); -- 2.30.2