[Midnightbsd-cvs] src [11289] trunk/usr.sbin/ancontrol/ancontrol.c: fix typo

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jul 4 09:37:00 EDT 2018


Revision: 11289
          http://svnweb.midnightbsd.org/src/?rev=11289
Author:   laffer1
Date:     2018-07-04 09:36:59 -0400 (Wed, 04 Jul 2018)
Log Message:
-----------
fix typo

Modified Paths:
--------------
    trunk/usr.sbin/ancontrol/ancontrol.c

Modified: trunk/usr.sbin/ancontrol/ancontrol.c
===================================================================
--- trunk/usr.sbin/ancontrol/ancontrol.c	2018-07-04 13:33:07 UTC (rev 11288)
+++ trunk/usr.sbin/ancontrol/ancontrol.c	2018-07-04 13:36:59 UTC (rev 11289)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright 1997, 1998, 1999
  *	Bill Paul <wpaul at ee.columbia.edu>.  All rights reserved.
@@ -37,7 +38,7 @@
 #endif
 #endif
 #include <sys/cdefs.h>
-__MBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/10/usr.sbin/ancontrol/ancontrol.c 305619 2016-09-08 15:27:42Z pfg $");
 
 #include <sys/types.h>
 #include <sys/socket.h>
@@ -574,9 +575,9 @@
 	printf("Management frames transmitted:\t\t\t[ %u ]\n",
 	    stats->an_tx_mgmt_pkts);
 	printf("Refresh frames received:\t\t\t[ %u ]\n",
-	    stats->an_rx_refresh_pkts),
+	    stats->an_rx_refresh_pkts);
 	printf("Refresh frames transmitted:\t\t\t[ %u ]\n",
-	    stats->an_tx_refresh_pkts),
+	    stats->an_tx_refresh_pkts);
 	printf("Poll frames received:\t\t\t\t[ %u ]\n",
 	    stats->an_rx_poll_pkts);
 	printf("Poll frames transmitted:\t\t\t[ %u ]\n",



More information about the Midnightbsd-cvs mailing list