summaryrefslogtreecommitdiffstats
path: root/sail/dr_main.c
diff options
context:
space:
mode:
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"