summaryrefslogtreecommitdiffstats
path: root/dm
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
commit462fca95471224f85b85be911e72faee16cd1597 (patch)
treea0e4c1c096d66e8908adab57224bf19bd7f94e63 /dm
parent1639abc312beea68f4391a202db74ef7bdd5a494 (diff)
downloadbsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.zst
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip
Add RCS identifiers.
Diffstat (limited to 'dm')
-rw-r--r--dm/dm.c3
-rw-r--r--dm/pathnames.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/dm/dm.c b/dm/dm.c
index bbd0c447..11dedb0d 100644
--- a/dm/dm.c
+++ b/dm/dm.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)dm.c 5.16 (Berkeley) 2/28/91";
+/*static char sccsid[] = "from: @(#)dm.c 5.16 (Berkeley) 2/28/91";*/
+static char rcsid[] = "$Id: dm.c,v 1.3 1993/08/01 18:55:03 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/dm/pathnames.h b/dm/pathnames.h
index 44d36b13..bf016f51 100644
--- a/dm/pathnames.h
+++ b/dm/pathnames.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)pathnames.h 5.3 (Berkeley) 6/26/90
+ * from: @(#)pathnames.h 5.3 (Berkeley) 6/26/90
+ * $Id: pathnames.h,v 1.2 1993/08/01 18:55:02 mycroft Exp $
*/
#define _PATH_CONFIG "/etc/dm.conf"