diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-05-19 10:35:55 +0000 |
commit | a0d351b26be784ec2f31673b9c873781f01bad63 (patch) | |
tree | 5d0d134564f782e2ea5841c289a150806df6ba7c /lib/libcompat/4.1 | |
parent | fcc0587080d3250a509550d7222e70e6cdc7d281 (diff) |
Diffstat (limited to 'lib/libcompat/4.1')
-rw-r--r-- | lib/libcompat/4.1/ascftime.c | 2 | ||||
-rw-r--r-- | lib/libcompat/4.1/cftime.3 | 2 | ||||
-rw-r--r-- | lib/libcompat/4.1/cftime.c | 2 | ||||
-rw-r--r-- | lib/libcompat/4.1/ftime.c | 2 | ||||
-rw-r--r-- | lib/libcompat/4.1/getpw.c | 2 | ||||
-rw-r--r-- | lib/libcompat/4.1/gtty.c | 2 | ||||
-rw-r--r-- | lib/libcompat/4.1/stty.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/libcompat/4.1/ascftime.c b/lib/libcompat/4.1/ascftime.c index e842b6e82081..ac3ad8c77530 100644 --- a/lib/libcompat/4.1/ascftime.c +++ b/lib/libcompat/4.1/ascftime.c @@ -31,7 +31,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: ascftime.c,v 1.1 1995/04/10 18:47:51 joerg Exp $ */ #include <time.h> diff --git a/lib/libcompat/4.1/cftime.3 b/lib/libcompat/4.1/cftime.3 index 5c760a9d5c31..18fa13d30a6b 100644 --- a/lib/libcompat/4.1/cftime.3 +++ b/lib/libcompat/4.1/cftime.3 @@ -32,7 +32,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.\" $Id$ +.\" $Id: cftime.3,v 1.1 1995/04/10 18:47:52 joerg Exp $ .\" .Dd June 15, 1993 .Os diff --git a/lib/libcompat/4.1/cftime.c b/lib/libcompat/4.1/cftime.c index 2e3a34bc71c8..03df0b3cd831 100644 --- a/lib/libcompat/4.1/cftime.c +++ b/lib/libcompat/4.1/cftime.c @@ -31,7 +31,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: cftime.c,v 1.1 1995/04/10 18:47:53 joerg Exp $ */ #include <time.h> diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c index 8f6efb1f96eb..c396e480f821 100644 --- a/lib/libcompat/4.1/ftime.c +++ b/lib/libcompat/4.1/ftime.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ftime.c,v 1.1.1.1 1994/05/27 10:33:22 rgrimes Exp $"; +static char rcsid[] = "$Id: ftime.c,v 1.2 1996/07/12 18:55:49 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/lib/libcompat/4.1/getpw.c b/lib/libcompat/4.1/getpw.c index 5ea696af7bdc..4bd48724e59b 100644 --- a/lib/libcompat/4.1/getpw.c +++ b/lib/libcompat/4.1/getpw.c @@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: getpw.c,v 1.1 1995/04/10 18:47:55 joerg Exp $ + * $Id: getpw.c,v 1.2 1995/05/30 05:42:17 rgrimes Exp $ */ #include <sys/types.h> diff --git a/lib/libcompat/4.1/gtty.c b/lib/libcompat/4.1/gtty.c index 7875399a3fd2..d562e9a0eab7 100644 --- a/lib/libcompat/4.1/gtty.c +++ b/lib/libcompat/4.1/gtty.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: gtty.c,v 1.1.1.1 1994/05/27 10:33:22 rgrimes Exp $"; +static char rcsid[] = "$Id: gtty.c,v 1.2 1995/04/10 18:47:56 joerg Exp $"; #endif /* not lint */ #include <sgtty.h> diff --git a/lib/libcompat/4.1/stty.c b/lib/libcompat/4.1/stty.c index 91d241bce3e6..0fc157cfad18 100644 --- a/lib/libcompat/4.1/stty.c +++ b/lib/libcompat/4.1/stty.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: stty.c,v 1.1.1.1 1994/05/27 10:33:22 rgrimes Exp $"; +static char rcsid[] = "$Id: stty.c,v 1.2 1995/04/10 18:47:57 joerg Exp $"; #endif /* not lint */ #include <sgtty.h> |