diff options
Diffstat (limited to 'lib/libcom_err')
| -rw-r--r-- | lib/libcom_err/Makefile | 2 | ||||
| -rw-r--r-- | lib/libcom_err/com_err.3 | 2 | ||||
| -rw-r--r-- | lib/libcom_err/com_err.c | 2 | ||||
| -rw-r--r-- | lib/libcom_err/doc/Makefile | 2 | ||||
| -rw-r--r-- | lib/libcom_err/doc/com_err.texinfo | 4 | ||||
| -rw-r--r-- | lib/libcom_err/error_message.c | 6 | ||||
| -rw-r--r-- | lib/libcom_err/et_name.c | 2 | ||||
| -rw-r--r-- | lib/libcom_err/init_et.c | 6 | 
8 files changed, 13 insertions, 13 deletions
| diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index 2fee22d86f59..cad2a055d1f8 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -1,4 +1,4 @@ -#	$Id: Makefile,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ +#	$Id: Makefile,v 1.1.1.1.4.2 1996/06/05 02:52:14 jkh Exp $  LIB=	com_err  SRCS=	com_err.c error_message.c et_name.c init_et.c diff --git a/lib/libcom_err/com_err.3 b/lib/libcom_err/com_err.3 index a002e7fa5242..60e21986f71a 100644 --- a/lib/libcom_err/com_err.3 +++ b/lib/libcom_err/com_err.3 @@ -1,7 +1,7 @@  .\" Copyright (c) 1988 Massachusetts Institute of Technology,  .\" Student Information Processing Board.  All rights reserved.  .\" -.\" $Header: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/com_err.3,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ +.\" $Header: /home/ncvs/src/lib/libcom_err/com_err.3,v 1.1.1.1.4.1 1996/06/05 02:52:17 jkh Exp $  .\"  .TH COM_ERR 3 "22 Nov 1988" SIPB  .SH NAME diff --git a/lib/libcom_err/com_err.c b/lib/libcom_err/com_err.c index 71b520b19f52..a64ab66064ec 100644 --- a/lib/libcom_err/com_err.c +++ b/lib/libcom_err/com_err.c @@ -15,7 +15,7 @@  #if ! lint  static const char rcsid[] = -    "$Id: /a/ncvs/src/lib/libcom_err/com_err.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; +    "$Id: com_err.c,v 1.2 1995/01/23 22:53:12 wollman Exp $";  #endif	/* ! lint */  static void diff --git a/lib/libcom_err/doc/Makefile b/lib/libcom_err/doc/Makefile index 7ac02619267e..d4c43b36ac10 100644 --- a/lib/libcom_err/doc/Makefile +++ b/lib/libcom_err/doc/Makefile @@ -1,4 +1,4 @@ -#	$Id$ +#	$Id: Makefile,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $  INFO=	com_err diff --git a/lib/libcom_err/doc/com_err.texinfo b/lib/libcom_err/doc/com_err.texinfo index 51732f473ffb..2e904f7acebf 100644 --- a/lib/libcom_err/doc/com_err.texinfo +++ b/lib/libcom_err/doc/com_err.texinfo @@ -1,7 +1,7 @@  \input texinfo @c -*-texinfo-*- -@c $Header: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/doc/com_err.texinfo,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ -@c $Source: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/doc/com_err.texinfo,v $ +@c $Header: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v 1.1.1.1.4.1 1996/06/05 02:52:21 jkh Exp $ +@c $Source: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v $  @c $Locker:  $  @c Note that although this source file is in texinfo format (more diff --git a/lib/libcom_err/error_message.c b/lib/libcom_err/error_message.c index 5fb26e71aeb4..e8e70ca91a6f 100644 --- a/lib/libcom_err/error_message.c +++ b/lib/libcom_err/error_message.c @@ -1,6 +1,6 @@  /* - * $Header: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/error_message.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ - * $Source: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/error_message.c,v $ + * $Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.1.1.1.4.1 1996/06/05 02:52:18 jkh Exp $ + * $Source: /home/ncvs/src/lib/libcom_err/error_message.c,v $   * $Locker:  $   *   * Copyright 1987 by the Student Information Processing Board @@ -15,7 +15,7 @@  #include "internal.h"  static const char rcsid[] = -    "$Header: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/error_message.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; +    "$Header: /home/ncvs/src/lib/libcom_err/error_message.c,v 1.1.1.1.4.1 1996/06/05 02:52:18 jkh Exp $";  static const char copyright[] =      "Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology"; diff --git a/lib/libcom_err/et_name.c b/lib/libcom_err/et_name.c index 2ddd11fa9528..1ab0b263f270 100644 --- a/lib/libcom_err/et_name.c +++ b/lib/libcom_err/et_name.c @@ -12,7 +12,7 @@  static const char copyright[] =      "Copyright 1987,1988 by Student Information Processing Board, Massachusetts Institute of Technology";  static const char rcsid_et_name_c[] = -    "$Header: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/et_name.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; +    "$Header: /home/ncvs/src/lib/libcom_err/et_name.c,v 1.1.1.1.4.1 1996/06/05 02:52:19 jkh Exp $";  #endif  static const char char_set[] = diff --git a/lib/libcom_err/init_et.c b/lib/libcom_err/init_et.c index 6ee579b51a6d..02cda96d397a 100644 --- a/lib/libcom_err/init_et.c +++ b/lib/libcom_err/init_et.c @@ -1,6 +1,6 @@  /* - * $Header: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $ - * $Source: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/init_et.c,v $ + * $Header: /home/ncvs/src/lib/libcom_err/init_et.c,v 1.1.1.1.4.1 1996/06/05 02:52:19 jkh Exp $ + * $Source: /home/ncvs/src/lib/libcom_err/init_et.c,v $   * $Locker:  $   *   * Copyright 1986, 1987, 1988 by MIT Information Systems and @@ -19,7 +19,7 @@  #ifndef	lint  static const char rcsid_init_et_c[] = -    "$Header: /pub/FreeBSD/FreeBSD-CVS/src/lib/libcom_err/init_et.c,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $"; +    "$Header: /home/ncvs/src/lib/libcom_err/init_et.c,v 1.1.1.1.4.1 1996/06/05 02:52:19 jkh Exp $";  #endif  extern char *malloc(), *realloc(); | 
