Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/ipsec-tools/src/libipsec fixed a typo, it will n...



details:   https://anonhg.NetBSD.org/src/rev/1a295b8f8af8
branches:  trunk
changeset: 761206:1a295b8f8af8
user:      vanhu <vanhu%NetBSD.org@localhost>
date:      Thu Jan 20 16:08:35 2011 +0000

description:
fixed a typo, it will now compile when KMADDRESS is defined. reported by Roman Hoog Antink (rha (at) open.ch)

diffstat:

 crypto/dist/ipsec-tools/src/libipsec/pfkey.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18b86925b418 -r 1a295b8f8af8 crypto/dist/ipsec-tools/src/libipsec/pfkey.c
--- a/crypto/dist/ipsec-tools/src/libipsec/pfkey.c      Thu Jan 20 15:50:06 2011 +0000
+++ b/crypto/dist/ipsec-tools/src/libipsec/pfkey.c      Thu Jan 20 16:08:35 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pfkey.c,v 1.20 2010/12/08 01:55:12 joerg Exp $ */
+/*     $NetBSD: pfkey.c,v 1.21 2011/01/20 16:08:35 vanhu Exp $ */
 
 /*     $KAME: pfkey.c,v 1.47 2003/10/02 19:52:12 itojun Exp $  */
 
@@ -2282,7 +2282,7 @@
  * `buf' must has been allocated sufficiently.
  */
 static caddr_t
-pfkey_setsadbkmaddr(caddr_t buf, caddr_T lim, struct sockaddr *local,
+pfkey_setsadbkmaddr(caddr_t buf, caddr_t lim, struct sockaddr *local,
     struct sockaddr *remote)
 {
        struct sadb_x_kmaddress *p;



Home | Main Index | Thread Index | Old Index