From: serassio <> Date: Mon, 4 Sep 2006 01:34:15 +0000 (+0000) Subject: Fix typo in stub_comm.cc X-Git-Tag: SQUID_3_0_PRE5~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44aceb2fe653ebe3471126df8caacaa3a574bf3;p=thirdparty%2Fsquid.git Fix typo in stub_comm.cc --- diff --git a/src/tests/stub_comm.cc b/src/tests/stub_comm.cc index fdec79dd98..87d743f416 100644 --- a/src/tests/stub_comm.cc +++ b/src/tests/stub_comm.cc @@ -1,5 +1,5 @@ /* - * $Id: stub_comm.cc,v 1.3 2006/09/03 18:58:37 serassio Exp $ + * $Id: stub_comm.cc,v 1.4 2006/09/03 19:34:15 serassio Exp $ * * DEBUG: section 84 Helper process maintenance * AUTHOR: Robert Collins @@ -114,7 +114,7 @@ commUnsetNonBlocking(int fd) /* bah, cheating on stub count */ pid_t -ipcCreate(int type, const char *prog, const char *const args[], const char *name, int *rfd, int *wfd. void **hIpc) +ipcCreate(int type, const char *prog, const char *const args[], const char *name, int *rfd, int *wfd, void **hIpc) { fatal ("Not implemented"); return -1;