X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=0d52ac628e0c319c32e29f4f49cc5c60b3345d6e;hp=e48ef4bf736a51f483ae00097474b01c00bf1987;hb=54a73604bb9b22a8237eaf4078bcdf2a72767a78;hpb=d5d3fd1f377ae15fa794ad3df6a32c4a02dc7eeb diff --git a/jcc.c b/jcc.c index e48ef4bf..0d52ac62 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.56 2001/11/13 20:20:54 jongfoster Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.57 2001/11/16 00:47:43 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.56 2001/11/13 20:20:54 jongfoster Exp $"; * * Revisions : * $Log: jcc.c,v $ + * Revision 1.57 2001/11/16 00:47:43 jongfoster + * Changing the tty-disconnection code to use setsid(). + * * Revision 1.56 2001/11/13 20:20:54 jongfoster * Tabs->spaces, fixing a bug with missing {} around an if() * @@ -1389,7 +1392,7 @@ int main(int argc, const char *argv[]) #elif !defined(_WIN32) "config" #else - "junkbstr.txt" + "config.txt" #endif ;