Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2009 12:51:40 GMT
From:      Zhao Shuai <zhaoshuai@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 163646 for review
Message-ID:  <200906061251.n56Cpe74005112@repoman.freebsd.org>

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

Change 163646 by zhaoshuai@zhaoshuai on 2009/06/06 12:50:52

	a minor fix in sys/pipe.h

Affected files ...

.. //depot/projects/soc2009/fifo/sys/kern/subr_pipe.c#4 edit
.. //depot/projects/soc2009/fifo/sys/kern/sys_pipe.c#7 edit
.. //depot/projects/soc2009/fifo/sys/sys/pipe.h#6 edit

Differences ...

==== //depot/projects/soc2009/fifo/sys/kern/subr_pipe.c#4 (text+ko) ====


==== //depot/projects/soc2009/fifo/sys/kern/sys_pipe.c#7 (text+ko) ====


==== //depot/projects/soc2009/fifo/sys/sys/pipe.h#6 (text+ko) ====

@@ -56,7 +56,7 @@
 #define PIPENPAGES	(BIG_PIPE_SIZE / PAGE_SIZE + 1)
 
 /*
- * See sys_pipe.c for info on what these limits mean. 
+ * See subr_pipe.c for info on what these limits mean. 
  */
 extern long	maxpipekva;
 



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