summaryrefslogtreecommitdiff
path: root/usr.bin/tee/tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tee/tee.c')
-rw-r--r--usr.bin/tee/tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c
index 4f8340ad6027a..313250244ef9a 100644
--- a/usr.bin/tee/tee.c
+++ b/usr.bin/tee/tee.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id: tee.c,v 1.1.1.1.8.1 1997/08/18 07:05:41 charnier Exp $";
+ "$Id: tee.c,v 1.1.1.1.8.2 1997/08/29 05:29:59 imp Exp $";
#endif /* not lint */
#include <sys/types.h>