chiark / gitweb /
Mention that I wrote mallory's help message in the manpage.
[tripe] / tun-unet.c
index 80cf73065183a98b77928caf6371480a76bfdd2b..8d0225a366c776621a736f0583208ebf38548a72 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: tun-unet.c,v 1.5 2002/01/13 14:57:05 mdw Exp $
+ * $Id: tun-unet.c,v 1.6 2004/04/08 01:36:17 mdw Exp $
  *
  * Tunnel interface based on Linux Usernet
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: tun-unet.c,v $
- * Revision 1.5  2002/01/13 14:57:05  mdw
- * Make @t_read@ be static, as it always should have been.
- *
- * Revision 1.4  2001/02/19 19:10:45  mdw
- * Set unet devices to be point-to-point.
- *
- * Revision 1.3  2001/02/05 19:55:00  mdw
- * Guard against inappropriate compilation.
- *
- * Revision 1.2  2001/02/04 17:10:58  mdw
- * Make file descriptors be nonblocking and close-on-exec.
- *
- * Revision 1.1  2001/02/03 20:26:37  mdw
- * Initial checkin.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include "tripe.h"