From 792ebc1ba3981adf13023821a2f7c78a8ef90e4e Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 7 Aug 1997 21:33:47 +0000 Subject: sccsid -> rcsid and fix some minor nits. --- bin/ed/sub.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'bin/ed/sub.c') diff --git a/bin/ed/sub.c b/bin/ed/sub.c index 79d17f2..3877b00 100644 --- a/bin/ed/sub.c +++ b/bin/ed/sub.c @@ -24,12 +24,15 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id$ */ #ifndef lint +#if 0 static char * const rcsid = "@(#)sub.c,v 1.1 1994/02/01 00:34:44 alm Exp"; +#else +static char * const rcsid = + "$Id: sub.c,v 1.9 1997/02/22 14:03:19 peter Exp $"; +#endif #endif /* not lint */ #include "ed.h" -- cgit v1.1