Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/rtsold Add missing initializer field.



details:   https://anonhg.NetBSD.org/src/rev/dc8a27de882a
branches:  trunk
changeset: 553765:dc8a27de882a
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Oct 21 02:37:22 2003 +0000

description:
Add missing initializer field.

diffstat:

 usr.sbin/rtsold/rtsock.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 470cade8dad0 -r dc8a27de882a usr.sbin/rtsold/rtsock.c
--- a/usr.sbin/rtsold/rtsock.c  Tue Oct 21 02:36:06 2003 +0000
+++ b/usr.sbin/rtsold/rtsock.c  Tue Oct 21 02:37:22 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtsock.c,v 1.3 2002/07/14 00:37:47 wiz Exp $   */
+/*     $NetBSD: rtsock.c,v 1.4 2003/10/21 02:37:22 fvdl Exp $  */
 /*     $KAME: rtsock.c,v 1.4 2001/09/19 06:59:41 sakane Exp $  */
 
 /*
@@ -76,7 +76,7 @@
        { RTM_IFANNOUNCE, sizeof(struct if_announcemsghdr),
          rtsock_input_ifannounce },
 #endif
-       { 0, NULL },
+       { 0, 0, NULL },
 };
 
 int



Home | Main Index | Thread Index | Old Index