X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/ee599f5566c155b4decd9c77bfa4d6212f20891e..4166ea7c41cac762e5e318567a4f993d8442d0a7:/file.c diff --git a/file.c b/file.c index 371273e..5a97064 100644 --- a/file.c +++ b/file.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: file.c,v 1.6 2003/11/29 20:36:07 mdw Exp $ + * $Id: file.c,v 1.7 2004/04/08 01:36:25 mdw Exp $ * * File source and target * @@ -26,29 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: file.c,v $ - * Revision 1.6 2003/11/29 20:36:07 mdw - * Privileged outgoing connections. - * - * Revision 1.5 2002/02/22 23:43:32 mdw - * Call @xfree@ rather than @free@. - * - * Revision 1.4 2001/02/03 20:30:03 mdw - * Support re-reading config files on SIGHUP. - * - * Revision 1.3 1999/12/22 15:43:47 mdw - * Fix log messages. - * - * Revision 1.2 1999/10/22 22:47:13 mdw - * New (empty) endpoint method required. - * - * Revision 1.1 1999/07/26 23:33:32 mdw - * New sources and targets. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "config.h"