Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2003 14:16:21 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 35359 for review
Message-ID:  <200308012116.h71LGLHP024741@repoman.freebsd.org>

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

Change 35359 by sam@sam_ebb on 2003/08/01 14:16:01

	fix comment

Affected files ...

.. //depot/projects/netperf/sys/sys/malloc.h#2 edit

Differences ...

==== //depot/projects/netperf/sys/sys/malloc.h#2 (text+ko) ====

@@ -47,7 +47,7 @@
  * flags to malloc.
  */
 #define	M_NOWAIT	0x0001		/* do not block */
-#define	M_WAITOK	0x0002		/* do not block */
+#define	M_WAITOK	0x0002		/* ok to block */
 #define	M_ZERO		0x0100		/* bzero the allocation */
 #define	M_NOVM		0x0200		/* don't ask VM for pages */
 #define	M_USE_RESERVE	0x0400		/* can alloc out of reserve memory */



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