Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2008 21:42:43 GMT
From:      Qing Li <qingli@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139938 for review
Message-ID:  <200804122142.m3CLghGY018846@repoman.freebsd.org>

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

Change 139938 by qingli@FreeBSD-newarp on 2008/04/12 21:42:35

	a couple more spot cleanup

Affected files ...

.. //depot/projects/qingli_mpath/src/sys/net/radix_mpath.c#5 edit

Differences ...

==== //depot/projects/qingli_mpath/src/sys/net/radix_mpath.c#5 (text+ko) ====

@@ -37,7 +37,6 @@
 #include <sys/systm.h>
 #include <sys/malloc.h>
 #include <sys/socket.h>
-#define	M_DONTWAIT M_NOWAIT
 #include <sys/domain.h>
 #include <sys/syslog.h>
 #include <net/radix.h>
@@ -220,7 +219,7 @@
 		goto different;
 	}
 
- maskmatched:;
+ maskmatched:
 
 	/* key/mask were the same.  compare gateway for all multipaths */
 	do {



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