=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tee/tee.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/tee/tee.c 1996/06/26 05:40:32 1.2 --- src/usr.bin/tee/tee.c 2001/11/19 19:02:16 1.3 *************** *** 1,4 **** ! /* $OpenBSD: tee.c,v 1.2 1996/06/26 05:40:32 deraadt Exp $ */ /* $NetBSD: tee.c,v 1.5 1994/12/09 01:43:39 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: tee.c,v 1.3 2001/11/19 19:02:16 mpech Exp $ */ /* $NetBSD: tee.c,v 1.5 1994/12/09 01:43:39 jtc Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: tee.c,v 1.2 1996/06/26 05:40:32 deraadt Exp $"; #endif #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: tee.c,v 1.3 2001/11/19 19:02:16 mpech Exp $"; #endif #include *************** *** 73,81 **** int argc; char *argv[]; { ! register LIST *p; ! register int n, fd, rval, wval; ! register char *bp; int append, ch, exitval; char *buf; #define BSIZE (8 * 1024) --- 73,81 ---- int argc; char *argv[]; { ! LIST *p; ! int n, fd, rval, wval; ! char *bp; int append, ch, exitval; char *buf; #define BSIZE (8 * 1024)