From: Ian Jackson Date: Thu, 20 May 2010 18:13:40 +0000 (+0100) Subject: rename innduct.c to duct.c - fix up comments X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=inn-innduct.git;a=commitdiff_plain;h=51662674b026be5936727b0e236a6f69e149c085 rename innduct.c to duct.c - fix up comments --- 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);