Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Aug 2002 07:14:20 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16113 for review
Message-ID:  <200208161414.g7GEEKHH007081@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16113

Change 16113 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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