Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet make this compile.



details:   https://anonhg.NetBSD.org/src/rev/e5f471e1592b
branches:  trunk
changeset: 781119:e5f471e1592b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 20 16:01:37 2012 +0000

description:
make this compile.

diffstat:

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

diffs (27 lines):

diff -r d30e35aa8f9f -r e5f471e1592b sys/netinet/ip_carp.c
--- a/sys/netinet/ip_carp.c     Mon Aug 20 15:44:02 2012 +0000
+++ b/sys/netinet/ip_carp.c     Mon Aug 20 16:01:37 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_carp.c,v 1.49 2012/08/20 14:14:32 bouyer Exp $      */
+/*     $NetBSD: ip_carp.c,v 1.50 2012/08/20 16:01:37 christos Exp $    */
 /*     $OpenBSD: ip_carp.c,v 1.113 2005/11/04 08:11:54 mcbride Exp $   */
 
 /*
@@ -30,7 +30,7 @@
 #include "opt_inet.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.49 2012/08/20 14:14:32 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip_carp.c,v 1.50 2012/08/20 16:01:37 christos Exp $");
 
 /*
  * TODO:
@@ -2019,7 +2019,7 @@
                break;
 
        case SIOCSIFCAP:
-               if ((error = ifioctl_common(ifp, cmd, addr)) == ENETRESET)
+               if ((error = ifioctl_common(ifp, cmd, data)) == ENETRESET)
                        error = 0;
                break;
 



Home | Main Index | Thread Index | Old Index