summaryrefslogtreecommitdiffstats
path: root/monop/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'monop/misc.c')
-rw-r--r--monop/misc.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/monop/misc.c b/monop/misc.c
index 114994e5..1a71653b 100644
--- a/monop/misc.c
+++ b/monop/misc.c
@@ -1,6 +1,8 @@
+/* $NetBSD: misc.c,v 1.4 1995/03/23 08:34:47 cgd Exp $ */
+
/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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: @(#)misc.c 5.6 (Berkeley) 3/25/93";*/
-static char rcsid[] = "$Id: misc.c,v 1.3 1993/08/07 08:27:57 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: misc.c,v 1.4 1995/03/23 08:34:47 cgd Exp $";
+#endif
#endif /* not lint */
# include "monop.ext"