Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 reduce diff w/kame



details:   https://anonhg.NetBSD.org/src/rev/6c48c4d316d6
branches:  trunk
changeset: 536201:6c48c4d316d6
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Sep 11 03:23:24 2002 +0000

description:
reduce diff w/kame

diffstat:

 sys/netinet6/in6_ifattach.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7e68ace078a0 -r 6c48c4d316d6 sys/netinet6/in6_ifattach.c
--- a/sys/netinet6/in6_ifattach.c       Wed Sep 11 03:01:23 2002 +0000
+++ b/sys/netinet6/in6_ifattach.c       Wed Sep 11 03:23:24 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_ifattach.c,v 1.51 2002/09/11 02:46:45 itojun Exp $ */
+/*     $NetBSD: in6_ifattach.c,v 1.52 2002/09/11 03:23:24 itojun Exp $ */
 /*     $KAME: in6_ifattach.c,v 1.124 2001/07/18 08:32:51 jinmei Exp $  */
 
 /*
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: in6_ifattach.c,v 1.51 2002/09/11 02:46:45 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: in6_ifattach.c,v 1.52 2002/09/11 03:23:24 itojun Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -522,7 +522,7 @@
        struct sockaddr_in6 *sa6;
 {
        const char *p;
-       u_char *q;
+       u_int8_t *q;
        MD5_CTX ctxt;
        u_int8_t digest[16];
        u_int8_t l;



Home | Main Index | Thread Index | Old Index