Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2003 15:54:39 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 43835 for review
Message-ID:  <200312112354.hBBNsdxn055845@repoman.freebsd.org>

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

Change 43835 by sam@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



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