Expunge revision histories in files.
[fwd] / exec.c
diff --git a/exec.c b/exec.c
index 60d1785..f4c93af 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: exec.c,v 1.8 2003/11/29 20:36:07 mdw Exp $
+ * $Id: exec.c,v 1.9 2004/04/08 01:36:25 mdw Exp $
  *
  * Source and target for executable programs
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: exec.c,v $
- * Revision 1.8  2003/11/29 20:36:07  mdw
- * Privileged outgoing connections.
- *
- * Revision 1.7  2003/01/24 20:12:26  mdw
- * Correctly cast uid and gid sentinel values.  Parse full filenames in
- * exec arguments (can't do it for program, unfortunately, since the die is
- * cast).
- *
- * Revision 1.6  2002/02/22 23:43:32  mdw
- * Call @xfree@ rather than @free@.
- *
- * Revision 1.5  2002/01/13 14:49:03  mdw
- * Track @lbuf@ changes in mLib.
- *
- * Revision 1.4  2001/02/03 20:30:03  mdw
- * Support re-reading config files on SIGHUP.
- *
- * Revision 1.3  2000/07/01 11:28:52  mdw
- * Use new mLib selbuf features.
- *
- * 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:32  mdw
- * New sources and targets.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "config.h"