$NetBSD: patch-ag,v 1.1.1.1 2002/05/25 12:25:51 markd Exp $

--- etc/papd/session.c	Wed Sep 23 07:15:11 1998
+++ etc/papd/session.c	Mon Aug 30 06:47:42 1999
@@ -3,6 +3,7 @@
  * All Rights Reserved.  See COPYRIGHT.
  */
 
+#include <string.h>
 #include <sys/types.h>
 #include <sys/syslog.h>
 #include <sys/time.h>
@@ -53,7 +54,7 @@
     fd_set		fds;
     char		cbuf[ 578 ];
     int			i, cc, timeout = 0, readpending = 0;
-    u_short		seq = 1, rseq = 1, netseq;
+    u_short		seq = 0, rseq = 1, netseq;
     u_char		readport;
 
     infile.pf_state = PF_BOT;
