Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2007 19:43:08 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 119364 for review
Message-ID:  <200705061943.l46Jh8fO085431@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119364

Change 119364 by sam@sam_ebb on 2007/05/06 19:43:01

	remove extraneous \n's

Affected files ...

.. //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#66 edit

Differences ...

==== //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#66 (text+ko) ====

@@ -373,7 +373,7 @@
 				flags |= IEEE80211_CHAN_STURBO;
 				break;
 			default:
-				errx(-1, "%s: Invalid channel attribute %c\n",
+				errx(-1, "%s: Invalid channel attribute %c",
 				    val, *cp);
 			}
 		}
@@ -403,7 +403,7 @@
 				flags |= CHAN_HT_DEFAULT;
 			break;
 		default:
-			errx(-1, "%s: Invalid channel width\n", val);
+			errx(-1, "%s: Invalid channel width", val);
 		}
 	}
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705061943.l46Jh8fO085431>