]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/fsm.h
get rid of a few compile warnings
[ppp.git] / pppd / fsm.h
index 1916342b638721a0439937290e29c64bfff55a6c..78f8c8dabacffa039744660ea3fcabcd8997f948 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * $Id: fsm.h,v 1.7 1997/04/30 05:52:37 paulus Exp $
+ * $Id: fsm.h,v 1.8 1999/11/15 01:51:50 paulus Exp $
  */
 
 /*
  * Packet header = Code, id, length.
  */
-#define HEADERLEN      (sizeof (u_char) + sizeof (u_char) + sizeof (u_short))
+#define HEADERLEN      4
 
 
 /*