aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mrouted/main.c')
-rw-r--r--usr.sbin/mrouted/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c
index 21ae32150a50..40f75633e090 100644
--- a/usr.sbin/mrouted/main.c
+++ b/usr.sbin/mrouted/main.c
@@ -7,7 +7,7 @@
* Leland Stanford Junior University.
*
*
- * $Id: main.c,v 1.7 1996/01/06 21:09:51 peter Exp $
+ * $Id: main.c,v 3.8.1.3 1996/09/06 18:30:00 fenner Exp $
*/
/*
@@ -34,7 +34,7 @@
#ifndef lint
static char rcsid[] =
- "@(#) $Id: main.c,v 1.7 1996/01/06 21:09:51 peter Exp $";
+ "@(#) $Id: main.c,v 3.8.1.3 1996/09/06 18:30:00 fenner Exp $";
#endif
extern char *configfilename;
@@ -192,7 +192,7 @@ usage: fprintf(stderr,
#else
(void)openlog("mrouted", LOG_PID);
#endif
- sprintf(versionstring, "mrouted version %d.%d",
+ sprintf(versionstring, "mrouted version %d.%da",
PROTOCOL_VERSION, MROUTED_VERSION);
log(LOG_NOTICE, 0, "%s", versionstring);