svn commit: r189213 - in stable/7/sys: . cam contrib/pf dev/ath/ath_hal dev/cxgb

Scott Long scottl at FreeBSD.org
Sat Feb 28 23:02:17 PST 2009


Author: scottl
Date: Sun Mar  1 07:02:16 2009
New Revision: 189213
URL: http://svn.freebsd.org/changeset/base/189213

Log:
  Merge 188688: GCC bogon.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/cam/cam_xpt.c   (contents, props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/cam/cam_xpt.c
==============================================================================
--- stable/7/sys/cam/cam_xpt.c	Sun Mar  1 07:00:52 2009	(r189212)
+++ stable/7/sys/cam/cam_xpt.c	Sun Mar  1 07:02:16 2009	(r189213)
@@ -5439,7 +5439,8 @@ static char *probe_action_text[] = {
 
 #define PROBE_SET_ACTION(softc, newaction)	\
 do {									\
-	char **text = probe_action_text;				\
+	char **text;							\
+	text = probe_action_text;					\
 	CAM_DEBUG((softc)->periph->path, CAM_DEBUG_INFO,		\
 	    ("Probe %s to %s\n", text[(softc)->action],			\
 	    text[(newaction)]));					\


More information about the svn-src-all mailing list