PERFORCE change 16113 for review
Robert Watson
rwatson at freebsd.org
Fri Aug 16 14:14:20 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16113
Change 16113 by rwatson at rwatson_tislabs on 2002/08/16 07:13:52
Sync minor whitespace/include order nits to the main tree to
reduce gratuitous diffs.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/sys_pipe.c#24 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/sys_pipe.c#24 (text+ko) ====
@@ -54,12 +54,12 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/fcntl.h>
-#include <sys/mac.h>
#include <sys/file.h>
#include <sys/filedesc.h>
#include <sys/filio.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/mac.h>
#include <sys/mutex.h>
#include <sys/ttycom.h>
#include <sys/stat.h>
@@ -1237,7 +1237,6 @@
if (error)
goto locked_error;
#endif
-
if (events & (POLLIN | POLLRDNORM))
if ((rpipe->pipe_state & PIPE_DIRECTW) ||
(rpipe->pipe_buffer.cnt > 0) ||
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list