summaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>2000-06-14 06:48:47 +0000
committercgd <cgd@NetBSD.org>2000-06-14 06:48:47 +0000
commitd220ca5ba3860025d91b408d636f9ff1bf9fe034 (patch)
tree4df7184ea202507dcdc45a8850e7d3dedf201d97 /lib/libcompat
parentc3d57dd7670513bb086203fe90f0a81cf921f2cc (diff)
fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well. No functional changes.
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/ftime.c4
-rw-r--r--lib/libcompat/4.1/gtty.c4
-rw-r--r--lib/libcompat/4.1/stty.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c
index d88c3f076f9..41c0b67446d 100644
--- a/lib/libcompat/4.1/ftime.c
+++ b/lib/libcompat/4.1/ftime.c
@@ -1,3 +1,5 @@
+/* $NetBSD: ftime.c,v 1.9 2000/06/14 06:49:11 cgd Exp $ */
+
/*
* Copyright (c) 1994 Christopher G. Demetriou
* All rights reserved.
@@ -30,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ftime.c,v 1.8 1999/09/20 04:48:01 lukem Exp $");
+__RCSID("$NetBSD: ftime.c,v 1.9 2000/06/14 06:49:11 cgd Exp $");
#endif /* not lint */
#include <sys/types.h>
diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c
index c15ed85b471..c7f456cc802 100644
--- a/lib/libcompat/4.1/gtty.c
+++ b/lib/libcompat/4.1/gtty.c
@@ -1,3 +1,5 @@
+/* $NetBSD: gtty.c,v 1.5 2000/06/14 06:49:11 cgd Exp $ */
+
/*
* Copyright (c) 1994 Christopher G. Demetriou
* All rights reserved.
@@ -30,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: gtty.c,v 1.4 1999/09/20 04:48:01 lukem Exp $");
+__RCSID("$NetBSD: gtty.c,v 1.5 2000/06/14 06:49:11 cgd Exp $");
#endif /* not lint */
#include <assert.h>
diff --git a/lib/libcompat/4.1/stty.c b/lib/libcompat/4.1/stty.c
index 0dc8e2e30da..4f322655393 100644
--- a/lib/libcompat/4.1/stty.c
+++ b/lib/libcompat/4.1/stty.c
@@ -1,3 +1,5 @@
+/* $NetBSD: stty.c,v 1.5 2000/06/14 06:49:11 cgd Exp $ */
+
/*
* Copyright (c) 1994 Christopher G. Demetriou
* All rights reserved.
@@ -30,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: stty.c,v 1.4 1999/09/20 04:48:01 lukem Exp $");
+__RCSID("$NetBSD: stty.c,v 1.5 2000/06/14 06:49:11 cgd Exp $");
#endif /* not lint */
#include <assert.h>