chiark / gitweb /
sym-gtest: Don't include empty words.
[mLib] / pkbuf.c
diff --git a/pkbuf.c b/pkbuf.c
index 5c3d58d116a4300d7471bd9781c0d0fe3c308824..341c985d1ab8eebba995ba8d420c3bcd47a5c6be 100644 (file)
--- a/pkbuf.c
+++ b/pkbuf.c
@@ -1,13 +1,13 @@
 /* -*-c-*-
  *
- * $Id: pkbuf.c,v 1.6 2003/04/23 12:47:44 mdw Exp $
+ * $Id: pkbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $
  *
  * Simple packet buffering
  *
  * (c) 2000 Straylight/Edgeware
  */
 
-/*----- Licensing notice --------------------------------------------------* 
+/*----- Licensing notice --------------------------------------------------*
  *
  * This file is part of the mLib utilities library.
  *
  * it under the terms of the GNU Library General Public License as
  * published by the Free Software Foundation; either version 2 of the
  * License, or (at your option) any later version.
- * 
+ *
  * mLib is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU Library General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU Library General Public
  * License along with mLib; if not, write to the Free
  * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: pkbuf.c,v $
- * Revision 1.6  2003/04/23 12:47:44  mdw
- * Various bugfixes.
- *
- * Revision 1.5  2002/01/13 13:33:51  mdw
- * Packet handler functions now have a @typedef@ name.
- *
- * Revision 1.4  2001/02/03 16:23:33  mdw
- * Bug fix: handle a disable during a close-induced flush without dumping
- * core.
- *
- * Revision 1.3  2000/07/16 18:55:45  mdw
- * Remove some stray debugging code.
- *
- * Revision 1.2  2000/07/16 12:29:16  mdw
- * Change to arena `realloc' interface, to fix a design bug.
- *
- * Revision 1.1  2000/06/17 10:39:19  mdw
- * Experimental new support for packet buffering.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdio.h>