summaryrefslogtreecommitdiffstats
path: root/sail/dr_main.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 10:36:43 +0000
committercgd <cgd@NetBSD.org>1995-04-22 10:36:43 +0000
commite05192c777ae9a285d9681d4284a44502080945d (patch)
tree2f27aba7bff0dc6af3e71fe0924e5850c4dc7496 /sail/dr_main.c
parent0e57b353967966db0b9a4d68736daaa410eafd24 (diff)
downloadbsdgames-darwin-e05192c777ae9a285d9681d4284a44502080945d.tar.gz
bsdgames-darwin-e05192c777ae9a285d9681d4284a44502080945d.zip
clean up import, NetBSD RCS IDs
Diffstat (limited to 'sail/dr_main.c')
-rw-r--r--sail/dr_main.c13
1 files changed, 9 insertions, 4 deletions
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"