Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Oct 2008 05:08:42 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 151251 for review
Message-ID:  <200810110508.m9B58gf8092492@repoman.freebsd.org>

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

Change 151251 by sam@sam_ebb on 2008/10/11 05:07:57

	fix merge botch

Affected files ...

.. //depot/projects/vap/sbin/ifconfig/regdomain.c#9 edit

Differences ...

==== //depot/projects/vap/sbin/ifconfig/regdomain.c#9 (text+ko) ====

@@ -401,7 +401,7 @@
 	struct freqband *fp;
 	struct netband *nb;
 	const void *id;
-	int i;
+	int i, errors;
 
 	memset(rdp, 0, sizeof(struct regdata));
 	mt = calloc(1, sizeof(struct mystate));



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