From e05192c777ae9a285d9681d4284a44502080945d Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 22 Apr 1995 10:36:43 +0000 Subject: clean up import, NetBSD RCS IDs --- sail/dr_main.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'sail/dr_main.c') diff --git a/sail/dr_main.c b/sail/dr_main.c index f8ddc3a1..265bdb32 100644 --- a/sail/dr_main.c +++ b/sail/dr_main.c @@ -1,6 +1,8 @@ +/* $NetBSD: dr_main.c,v 1.4 1995/04/22 10:36:52 cgd Exp $ */ + /* - * Copyright (c) 1983 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1983, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)dr_main.c 5.5 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: dr_main.c,v 1.3 1994/04/08 18:23:31 cgd Exp $"; +#if 0 +static char sccsid[] = "@(#)dr_main.c 8.2 (Berkeley) 4/16/94"; +#else +static char rcsid[] = "$NetBSD: dr_main.c,v 1.4 1995/04/22 10:36:52 cgd Exp $"; +#endif #endif /* not lint */ #include "driver.h" -- cgit v1.2.3