summaryrefslogtreecommitdiffstats
path: root/hack
diff options
context:
space:
mode:
Diffstat (limited to 'hack')
-rw-r--r--hack/hack.tty.c3
-rw-r--r--hack/pathnames.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/hack/hack.tty.c b/hack/hack.tty.c
index 68fefc4e..1297c3c5 100644
--- a/hack/hack.tty.c
+++ b/hack/hack.tty.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)hack.tty.c 5.3 (Berkeley) 5/13/91";
+/*static char sccsid[] = "from: @(#)hack.tty.c 5.3 (Berkeley) 5/13/91";*/
+static char rcsid[] = "$Id: hack.tty.c,v 1.2 1993/08/01 18:54:35 mycroft Exp $";
#endif /* not lint */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
diff --git a/hack/pathnames.h b/hack/pathnames.h
index 1df8f008..3b4b81dd 100644
--- a/hack/pathnames.h
+++ b/hack/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.1 (Berkeley) 5/2/90
+ * from: @(#)pathnames.h 5.1 (Berkeley) 5/2/90
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:54:34 mycroft Exp $
*/
#define _PATH_MAIL "/usr/bin/mail"