X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/69ba0d40a544c06a7a5ededaedd93941de77bbd8..03a839ce52510443ef1a1fe8b3629884423099fe:/endpt.c diff --git a/endpt.c b/endpt.c index 19336d6..8e5d0e6 100644 --- a/endpt.c +++ b/endpt.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id: endpt.c,v 1.3 2000/08/01 17:58:25 mdw Exp $ - * * Generic endpoint abstraction * * (c) 1999 Straylight/Edgeware @@ -26,22 +24,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: endpt.c,v $ - * Revision 1.3 2000/08/01 17:58:25 mdw - * Include missing header. - * - * Revision 1.2 1999/10/22 22:46:17 mdw - * When a non-file endpoint is attached to a file, keep the file endpoint - * open until the nonfile is done. This stops socket sources from - * resetting their connection limits too early. - * - * Revision 1.1 1999/07/26 23:33:01 mdw - * Infrastructure for the new design. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "config.h"