=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsh/Attic/rsh.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/rsh/Attic/rsh.c 1996/06/26 05:38:49 1.4 --- src/usr.bin/rsh/Attic/rsh.c 1996/07/22 10:09:04 1.5 *************** *** 1,4 **** ! /* $OpenBSD: rsh.c,v 1.4 1996/06/26 05:38:49 deraadt Exp $ */ /*- * Copyright (c) 1983, 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: rsh.c,v 1.5 1996/07/22 10:09:04 deraadt Exp $ */ /*- * Copyright (c) 1983, 1990 The Regents of the University of California. *************** *** 41,53 **** #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ ! static char rcsid[] = "$OpenBSD: rsh.c,v 1.4 1996/06/26 05:38:49 deraadt Exp $"; #endif /* not lint */ - - /* - * $Source: /cvsrepo/anoncvs/cvs/src/usr.bin/rsh/Attic/rsh.c,v $ - * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/rsh/Attic/rsh.c,v 1.4 1996/06/26 05:38:49 deraadt Exp $ - */ #include #include --- 41,48 ---- #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ ! static char rcsid[] = "$OpenBSD: rsh.c,v 1.5 1996/07/22 10:09:04 deraadt Exp $"; #endif /* not lint */ #include #include