summaryrefslogtreecommitdiff
path: root/tools/regression/pipe/pipe-fstatbug.c
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
commit8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch)
tree1b808490e2ba26bfe983f82bd41a2b36a6127322 /tools/regression/pipe/pipe-fstatbug.c
parenta1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff)
Diffstat (limited to 'tools/regression/pipe/pipe-fstatbug.c')
-rw-r--r--tools/regression/pipe/pipe-fstatbug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/pipe/pipe-fstatbug.c b/tools/regression/pipe/pipe-fstatbug.c
index ed038c20a69a..fd33dee8543d 100644
--- a/tools/regression/pipe/pipe-fstatbug.c
+++ b/tools/regression/pipe/pipe-fstatbug.c
@@ -28,7 +28,7 @@ SUCH DAMAGE.
#include <sys/stat.h>
/*
- * $FreeBSD$
+ * $FreeBSD: src/tools/regression/pipe/pipe-fstatbug.c,v 1.1.26.1 2008/11/25 02:59:29 kensmith Exp $
* The goal of this program is to see if fstat reports the correct
* data count for a pipe. Prior to revision 1.172 of sys_pipe.c,
* 0 would be returned once the pipe entered direct write mode.