summaryrefslogtreecommitdiff
path: root/usr.bin/rsh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-22 10:09:26 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-22 10:09:26 +0000
commita0d647b42480bb608a544e587dfcc5de77254c1d (patch)
tree79ebf82abe4892c7f797bff9d32a1e5a0400c1ef /usr.bin/rsh
parent6b338f3c5c312ce8b2b01a212a2f7b1343eee0f6 (diff)
rcsid cleanup
Diffstat (limited to 'usr.bin/rsh')
-rw-r--r--usr.bin/rsh/rsh.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c
index 4f490298e22..281a74b4c6f 100644
--- a/usr.bin/rsh/rsh.c
+++ b/usr.bin/rsh/rsh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rsh.c,v 1.4 1996/06/26 05:38:49 deraadt Exp $ */
+/* $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,14 +41,9 @@ char copyright[] =
#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 $";
+static char rcsid[] = "$OpenBSD: rsh.c,v 1.5 1996/07/22 10:09:04 deraadt Exp $";
#endif /* not lint */
-/*
- * $Source: /cvs/OpenBSD/src/usr.bin/rsh/rsh.c,v $
- * $Header: /cvs/OpenBSD/src/usr.bin/rsh/rsh.c,v 1.4 1996/06/26 05:38:49 deraadt Exp $
- */
-
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>