diff options
Diffstat (limited to 'tests/sys/kern/pipe/pipe_wraparound_test.c')
-rw-r--r-- | tests/sys/kern/pipe/pipe_wraparound_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/sys/kern/pipe/pipe_wraparound_test.c b/tests/sys/kern/pipe/pipe_wraparound_test.c index 1ee02035aa70..178f0fd2d0eb 100644 --- a/tests/sys/kern/pipe/pipe_wraparound_test.c +++ b/tests/sys/kern/pipe/pipe_wraparound_test.c @@ -35,7 +35,6 @@ SUCH DAMAGE. #include <unistd.h> /* - * $FreeBSD$ * This program tests to make sure that wraparound writes and reads * are working, assuming that 16K socket buffers are used. In order * to really stress the pipe code with this test, kernel modifications |