From 546f6b1705576f65c13b38a4219cac3f36b2c0e9 Mon Sep 17 00:00:00 2001 From: tls Date: Thu, 28 Sep 1995 07:18:20 +0000 Subject: [PATCH] Sync with 4.4BSD-Lite2 --- bin/mt/mt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/mt/mt.c b/bin/mt/mt.c index 56541f99d617..aa82d1a35461 100644 --- a/bin/mt/mt.c +++ b/bin/mt/mt.c @@ -1,4 +1,4 @@ -/* $NetBSD: mt.c,v 1.7 1995/08/27 18:31:20 pk Exp $ */ +/* $NetBSD: mt.c,v 1.8 1995/09/28 07:18:20 tls Exp $ */ /* * Copyright (c) 1980, 1993 @@ -41,9 +41,9 @@ static char copyright[] = #ifndef lint #if 0 -static char sccsid[] = "@(#)mt.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$NetBSD: mt.c,v 1.7 1995/08/27 18:31:20 pk Exp $"; +static char rcsid[] = "$NetBSD: mt.c,v 1.8 1995/09/28 07:18:20 tls Exp $"; #endif #endif /* not lint */