=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsh/Attic/rsh.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/rsh/Attic/rsh.c 1996/04/17 07:16:43 1.3 --- src/usr.bin/rsh/Attic/rsh.c 1996/06/26 05:38:49 1.4 *************** *** 1,3 **** --- 1,5 ---- + /* $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. * All rights reserved. *************** *** 39,50 **** #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ ! static char rcsid[] = "$Id: rsh.c,v 1.3 1996/04/17 07:16:43 tholo 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.3 1996/04/17 07:16:43 tholo Exp $ */ #include --- 41,52 ---- #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