PERFORCE change 16114 for review
Robert Watson
rwatson at freebsd.org
Fri Aug 16 14:15:22 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16114
Change 16114 by rwatson at rwatson_tislabs on 2002/08/16 07:14:56
Remove one more gratuitous whitespace diff between the MAC tree
and the main tree.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/sys_pipe.c#25 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/sys_pipe.c#25 (text+ko) ====
@@ -1387,6 +1387,7 @@
cpipe->pipe_state |= PIPE_WANT | PIPE_EOF;
msleep(cpipe, PIPE_MTX(cpipe), PRIBIO, "pipecl", 0);
}
+
#ifdef MAC
if (cpipe->pipe_label != NULL && cpipe->pipe_peer == NULL)
mac_destroy_pipe(cpipe);
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