Module Name:    src
Committed By:   sevan
Date:           Tue Jan 23 23:02:40 UTC 2018

Modified Files:
        src/usr.sbin/map-mbone: mapper.c

Log Message:
Missed another main() prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/map-mbone/mapper.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/map-mbone/mapper.c
diff -u src/usr.sbin/map-mbone/mapper.c:1.25 src/usr.sbin/map-mbone/mapper.c:1.26
--- src/usr.sbin/map-mbone/mapper.c:1.25	Sat Dec 15 16:32:07 2007
+++ src/usr.sbin/map-mbone/mapper.c	Tue Jan 23 23:02:40 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: mapper.c,v 1.25 2007/12/15 16:32:07 perry Exp $	*/
+/*	$NetBSD: mapper.c,v 1.26 2018/01/23 23:02:40 sevan Exp $	*/
 
 /* Mapper for connections between MRouteD multicast routers.
  * Written by Pavel Curtis <[email protected]>
@@ -89,7 +89,6 @@ vifi_t  numvifs;		/* to keep loader happ
 Node *			find_node(u_int32_t addr, Node **ptr);
 Interface *		find_interface(u_int32_t addr, Node *node);
 Neighbor *		find_neighbor(u_int32_t addr, Node *node);
-int			main(int argc, char *argv[]);
 void			ask(u_int32_t dst);
 void			ask2(u_int32_t dst);
 int			retry_requests(Node *node);

Reply via email to