PERFORCE change 43835 for review

Sam Leffler sam at FreeBSD.org
Thu Dec 11 15:54:41 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=43835

Change 43835 by sam at sam_ebb on 2003/12/11 15:54:30

	argh, fix typo

Affected files ...

.. //depot/projects/netperf+sockets/sys/sys/socketvar.h#6 edit

Differences ...

==== //depot/projects/netperf+sockets/sys/sys/socketvar.h#6 (text+ko) ====

@@ -323,7 +323,7 @@
 } while (0)
 #define	sowwakeup_locked(so)	do {			\
 	if (sb_notify(&(so)->so_snd))			\
-		sowakeup((so), &(so)->so_snd);		\
+		sowakeup_locked((so), &(so)->so_snd);	\
 } while (0)
 
 #ifdef _KERNEL


More information about the p4-projects mailing list