svn commit: r188207 - in projects/vap7/tools/tools/ath: . athstats

Sam Leffler sam at FreeBSD.org
Thu Feb 5 14:17:57 PST 2009


Author: sam
Date: Thu Feb  5 22:17:56 2009
New Revision: 188207
URL: http://svn.freebsd.org/changeset/base/188207

Log:
  merge r188205: unbreak -o

Modified:
  projects/vap7/tools/tools/ath/   (props changed)
  projects/vap7/tools/tools/ath/athstats/main.c

Modified: projects/vap7/tools/tools/ath/athstats/main.c
==============================================================================
--- projects/vap7/tools/tools/ath/athstats/main.c	Thu Feb  5 22:17:10 2009	(r188206)
+++ projects/vap7/tools/tools/ath/athstats/main.c	Thu Feb  5 22:17:56 2009	(r188207)
@@ -72,8 +72,7 @@ getfmt(const char *tag)
 	for (i = 0; i < N(tags); i++)
 		if (strcasecmp(tags[i].tag, tag) == 0)
 			return tags[i].fmt;
-	errx(-1, "unknown tag \%s\"", tag);
-	/*NOTREACHED*/
+	return tag;
 #undef N
 }
 


More information about the svn-src-projects mailing list