Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet6 cut and paste error in comment. From: Arto Selo...



details:   https://anonhg.NetBSD.org/src/rev/0ae2a3661edc
branches:  trunk
changeset: 535059:0ae2a3661edc
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Aug 09 06:29:01 2002 +0000

description:
cut and paste error in comment. From: Arto Selonen <arto%selonen.org@localhost>

diffstat:

 sys/netinet6/esp.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r bce2a9ed2a9d -r 0ae2a3661edc sys/netinet6/esp.h
--- a/sys/netinet6/esp.h        Fri Aug 09 06:18:24 2002 +0000
+++ b/sys/netinet6/esp.h        Fri Aug 09 06:29:01 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esp.h,v 1.18 2001/10/15 03:55:38 itojun Exp $  */
+/*     $NetBSD: esp.h,v 1.19 2002/08/09 06:29:01 itojun Exp $  */
 /*     $KAME: esp.h,v 1.19 2001/09/04 08:43:19 itojun Exp $    */
 
 /*
@@ -48,7 +48,6 @@
        /* variable size */             /* padding */
        /* 8bit */                      /* pad size */
        /* 8bit */                      /* next header */
-       /* 8bit */                      /* next header */
        /* variable size, 32bit bound */ /* Authentication data (new IPsec) */
 };
 
@@ -59,7 +58,6 @@
        /* variable size */             /* padding */
        /* 8bit */                      /* pad size */
        /* 8bit */                      /* next header */
-       /* 8bit */                      /* next header */
        /* variable size, 32bit bound *//* Authentication data */
 };
 



Home | Main Index | Thread Index | Old Index