Add RCS identifiers.

This commit is contained in:
mycroft 1993-08-01 18:59:54 +00:00
parent 8542364e07
commit a579b792ce
47 changed files with 93 additions and 92 deletions

View File

@ -41,8 +41,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
/* from: static char sccsid[] = "@(#)cat.c 5.15 (Berkeley) 5/23/91"; */
static char rcsid[] = "$Id: cat.c,v 1.5 1993/07/11 07:47:40 cgd Exp $";
/*static char sccsid[] = "from: @(#)cat.c 5.15 (Berkeley) 5/23/91";*/
static char rcsid[] = "$Id: cat.c,v 1.6 1993/08/01 19:01:07 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -38,8 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)chmod.c 5.19 (Berkeley) 3/12/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/chmod/chmod.c,v 1.4 1993/06/07 17:34:40 deraadt Exp $";
/*static char sccsid[] = "from: @(#)chmod.c 5.19 (Berkeley) 3/12/91";*/
static char rcsid[] = "$Id: chmod.c,v 1.5 1993/08/01 19:01:05 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -41,8 +41,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)cp.c 5.24 (Berkeley) 5/6/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/cp/cp.c,v 1.3 1993/03/23 00:23:42 cgd Exp $";
/*static char sccsid[] = "from: @(#)cp.c 5.24 (Berkeley) 5/6/91";*/
static char rcsid[] = "$Id: cp.c,v 1.4 1993/08/01 19:01:02 mycroft Exp $";
#endif /* not lint */
/*

View File

@ -30,9 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)cp.h 5.2 (Berkeley) 4/3/91
*
* $Header: /cvsroot/src/bin/cp/Attic/cp.h,v 1.3 1993/03/23 00:23:45 cgd Exp $
* from: @(#)cp.h 5.2 (Berkeley) 4/3/91
* $Id: cp.h,v 1.4 1993/08/01 19:01:03 mycroft Exp $
*/
typedef struct {

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)path.c 5.1 (Berkeley) 4/3/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/cp/Attic/path.c,v 1.3 1993/03/23 00:23:47 cgd Exp $";
/*static char sccsid[] = "from: @(#)path.c 5.1 (Berkeley) 4/3/91";*/
static char rcsid[] = "$Id: path.c,v 1.4 1993/08/01 19:01:01 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)alloc.c 5.8 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/alloc.c,v 1.3 1993/03/23 00:23:56 cgd Exp $";
/*static char sccsid[] = "from: @(#)alloc.c 5.8 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: alloc.c,v 1.4 1993/08/01 19:00:53 mycroft Exp $";
#endif /* not lint */
/*

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)char.c 5.6 (Berkeley) 6/7/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/char.c,v 1.3 1993/03/23 00:23:59 cgd Exp $";
/*static char sccsid[] = "from: @(#)char.c 5.6 (Berkeley) 6/7/91";*/
static char rcsid[] = "$Id: char.c,v 1.4 1993/08/01 19:00:52 mycroft Exp $";
#endif /* not lint */
#include "char.h"

View File

@ -30,9 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)char.h 5.6 (Berkeley) 6/4/91
*
* $Header: /cvsroot/src/bin/csh/char.h,v 1.3 1993/03/23 00:24:02 cgd Exp $
* from: @(#)char.h 5.6 (Berkeley) 6/4/91
* $Id: char.h,v 1.4 1993/08/01 19:00:58 mycroft Exp $
*/
#include <ctype.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)const.c 5.2 (Berkeley) 6/7/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/const.c,v 1.3 1993/03/23 00:24:04 cgd Exp $";
/*static char sccsid[] = "from: @(#)const.c 5.2 (Berkeley) 6/7/91";*/
static char rcsid[] = "$Id: const.c,v 1.4 1993/08/01 19:00:51 mycroft Exp $";
#endif /* not lint */
/*

View File

@ -38,8 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)csh.c 5.26 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/csh.c,v 1.3 1993/03/23 00:24:16 cgd Exp $";
/*static char sccsid[] = "from: @(#)csh.c 5.26 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: csh.c,v 1.4 1993/08/01 19:00:50 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -30,9 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)csh.h 5.15 (Berkeley) 6/8/91
*
* $Header: /cvsroot/src/bin/csh/csh.h,v 1.3 1993/03/23 00:24:19 cgd Exp $
* from: @(#)csh.h 5.15 (Berkeley) 6/8/91
* $Id: csh.h,v 1.4 1993/08/01 19:00:57 mycroft Exp $
*/
/*

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)dir.c 5.12 (Berkeley) 6/27/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/dir.c,v 1.4 1993/03/23 00:24:22 cgd Exp $";
/*static char sccsid[] = "from: @(#)dir.c 5.12 (Berkeley) 6/27/91";*/
static char rcsid[] = "$Id: dir.c,v 1.5 1993/08/01 19:00:49 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -30,9 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)dir.h 5.4 (Berkeley) 6/4/91
*
* $Header: /cvsroot/src/bin/csh/dir.h,v 1.3 1993/03/23 00:24:25 cgd Exp $
* from: @(#)dir.h 5.4 (Berkeley) 6/4/91
* $Id: dir.h,v 1.4 1993/08/01 19:00:56 mycroft Exp $
*/
/*

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)dol.c 5.13 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/dol.c,v 1.3 1993/03/23 00:24:28 cgd Exp $";
/*static char sccsid[] = "from: @(#)dol.c 5.13 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: dol.c,v 1.4 1993/08/01 19:00:48 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)err.c 5.10 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/err.c,v 1.3 1993/03/23 00:24:31 cgd Exp $";
/*static char sccsid[] = "from: @(#)err.c 5.10 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: err.c,v 1.4 1993/08/01 19:00:47 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)exec.c 5.17 (Berkeley) 6/17/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/exec.c,v 1.3 1993/03/23 00:24:33 cgd Exp $";
/*static char sccsid[] = "from: @(#)exec.c 5.17 (Berkeley) 6/17/91";*/
static char rcsid[] = "$Id: exec.c,v 1.4 1993/08/01 19:00:46 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)exp.c 5.11 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/exp.c,v 1.3 1993/03/23 00:24:36 cgd Exp $";
/*static char sccsid[] = "from: @(#)exp.c 5.11 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: exp.c,v 1.4 1993/08/01 19:00:46 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -30,9 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)extern.h 5.4 (Berkeley) 6/8/91
*
* $Header: /cvsroot/src/bin/csh/extern.h,v 1.3 1993/03/23 00:24:39 cgd Exp $
* from: @(#)extern.h 5.4 (Berkeley) 6/8/91
* $Id: extern.h,v 1.4 1993/08/01 19:00:55 mycroft Exp $
*/
#include <sys/cdefs.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)file.c 5.17 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/file.c,v 1.3 1993/03/23 00:24:41 cgd Exp $";
/*static char sccsid[] = "from: @(#)file.c 5.17 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: file.c,v 1.4 1993/08/01 19:00:45 mycroft Exp $";
#endif /* not lint */
#ifdef FILEC

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)func.c 5.20 (Berkeley) 6/27/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/func.c,v 1.3 1993/03/23 00:24:45 cgd Exp $";
/*static char sccsid[] = "from: @(#)func.c 5.20 (Berkeley) 6/27/91";*/
static char rcsid[] = "$Id: func.c,v 1.4 1993/08/01 19:00:43 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)glob.c 5.21 (Berkeley) 6/25/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/glob.c,v 1.3 1993/03/23 00:24:48 cgd Exp $";
/*static char sccsid[] = "from: @(#)glob.c 5.21 (Berkeley) 6/25/91";*/
static char rcsid[] = "$Id: glob.c,v 1.4 1993/08/01 19:00:42 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)hist.c 5.9 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/hist.c,v 1.3 1993/03/23 00:24:51 cgd Exp $";
/*static char sccsid[] = "from: @(#)hist.c 5.9 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: hist.c,v 1.4 1993/08/01 19:00:40 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)init.c 5.12 (Berkeley) 6/27/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/init.c,v 1.3 1993/03/23 00:24:54 cgd Exp $";
/*static char sccsid[] = "from: @(#)init.c 5.12 (Berkeley) 6/27/91";*/
static char rcsid[] = "$Id: init.c,v 1.4 1993/08/01 19:00:39 mycroft Exp $";
#endif /* not lint */
#if __STDC__

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)lex.c 5.16 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/lex.c,v 1.3 1993/03/23 00:24:58 cgd Exp $";
/*static char sccsid[] = "from: @(#)lex.c 5.16 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: lex.c,v 1.4 1993/08/01 19:00:37 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)misc.c 5.13 (Berkeley) 6/27/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/misc.c,v 1.3 1993/03/23 00:25:01 cgd Exp $";
/*static char sccsid[] = "from: @(#)misc.c 5.13 (Berkeley) 6/27/91";*/
static char rcsid[] = "$Id: misc.c,v 1.4 1993/08/01 19:00:36 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)parse.c 5.11 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/parse.c,v 1.3 1993/03/23 00:25:03 cgd Exp $";
/*static char sccsid[] = "from: @(#)parse.c 5.11 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: parse.c,v 1.4 1993/08/01 19:00:35 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -30,9 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)pathnames.h 5.6 (Berkeley) 6/8/91
*
* $Header: /cvsroot/src/bin/csh/pathnames.h,v 1.3 1993/03/23 00:25:06 cgd Exp $
* from: @(#)pathnames.h 5.6 (Berkeley) 6/8/91
* $Id: pathnames.h,v 1.4 1993/08/01 19:00:54 mycroft Exp $
*/
#define _PATH_BIN "/bin"

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)print.c 5.11 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/Attic/print.c,v 1.3 1993/03/23 00:25:08 cgd Exp $";
/*static char sccsid[] = "from: @(#)print.c 5.11 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: print.c,v 1.4 1993/08/01 19:00:34 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)printf.c 5.4 (Berkeley) 6/16/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/Attic/printf.c,v 1.3 1993/03/23 00:25:11 cgd Exp $";
/*static char sccsid[] = "from: @(#)printf.c 5.4 (Berkeley) 6/16/91";*/
static char rcsid[] = "$Id: printf.c,v 1.4 1993/08/01 19:00:32 mycroft Exp $";
#endif /* not lint */
/*

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)proc.c 5.22 (Berkeley) 6/14/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/proc.c,v 1.3 1993/03/23 00:25:14 cgd Exp $";
/*static char sccsid[] = "from: @(#)proc.c 5.22 (Berkeley) 6/14/91";*/
static char rcsid[] = "$Id: proc.c,v 1.4 1993/08/01 19:00:33 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -30,9 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)proc.h 5.6 (Berkeley) 6/25/91
*
* $Header: /cvsroot/src/bin/csh/proc.h,v 1.3 1993/03/23 00:25:17 cgd Exp $
* from: @(#)proc.h 5.6 (Berkeley) 6/25/91
* $Id: proc.h,v 1.4 1993/08/01 19:00:54 mycroft Exp $
*/
/*

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)sem.c 5.17 (Berkeley) 6/17/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/sem.c,v 1.3 1993/03/23 00:25:19 cgd Exp $";
/*static char sccsid[] = "from: @(#)sem.c 5.17 (Berkeley) 6/17/91";*/
static char rcsid[] = "$Id: sem.c,v 1.4 1993/08/01 19:00:31 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)set.c 5.12 (Berkeley) 6/14/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/set.c,v 1.3 1993/03/23 00:25:22 cgd Exp $";
/*static char sccsid[] = "from: @(#)set.c 5.12 (Berkeley) 6/14/91";*/
static char rcsid[] = "$Id: set.c,v 1.4 1993/08/01 19:00:30 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)str.c 5.5 (Berkeley) 6/27/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/str.c,v 1.3 1993/03/23 00:25:25 cgd Exp $";
/*static char sccsid[] = "from: @(#)str.c 5.5 (Berkeley) 6/27/91";*/
static char rcsid[] = "$Id: str.c,v 1.4 1993/08/01 19:00:29 mycroft Exp $";
#endif /* not lint */
/*

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)time.c 5.14 (Berkeley) 6/8/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/csh/time.c,v 1.3 1993/03/23 00:25:28 cgd Exp $";
/*static char sccsid[] = "from: @(#)time.c 5.14 (Berkeley) 6/8/91";*/
static char rcsid[] = "$Id: time.c,v 1.4 1993/08/01 19:00:28 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -38,8 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)date.c 5.5 (Berkeley) 3/18/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/date/date.c,v 1.4 1993/06/21 05:18:44 deraadt Exp $";
/*static char sccsid[] = "from: @(#)date.c 5.5 (Berkeley) 3/18/91";*/
static char rcsid[] = "$Id: date.c,v 1.5 1993/08/01 19:00:18 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -32,8 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)netdate.c 5.2 (Berkeley) 2/25/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/date/netdate.c,v 1.3 1993/03/23 00:25:33 cgd Exp $";
/*static char sccsid[] = "from: @(#)netdate.c 5.2 (Berkeley) 2/25/91";*/
static char rcsid[] = "$Id: netdate.c,v 1.4 1993/08/01 19:00:17 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)args.c 5.5 (Berkeley) 7/29/91";
/*static char sccsid[] = "from: @(#)args.c 5.5 (Berkeley) 7/29/91";*/
static char rcsid[] = "$Id: args.c,v 1.2 1993/08/01 19:00:12 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)conv.c 5.6 (Berkeley) 4/28/93";
/*static char sccsid[] = "from: @(#)conv.c 5.6 (Berkeley) 4/28/93";*/
static char rcsid[] = "$Id: conv.c,v 1.2 1993/08/01 19:00:11 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)conv_tab.c 5.3 (Berkeley) 7/29/91";
/*static char sccsid[] = "from: @(#)conv_tab.c 5.3 (Berkeley) 7/29/91";*/
static char rcsid[] = "$Id: conv_tab.c,v 1.2 1993/08/01 19:00:09 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -42,7 +42,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)dd.c 5.16 (Berkeley) 4/28/93";
/*static char sccsid[] = "from: @(#)dd.c 5.16 (Berkeley) 4/28/93";*/
static char rcsid[] = "$Id: dd.c,v 1.2 1993/08/01 19:00:08 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)dd.h 5.4 (Berkeley) 6/2/92
* from: @(#)dd.h 5.4 (Berkeley) 6/2/92
* $Id: dd.h,v 1.2 1993/08/01 19:00:14 mycroft Exp $
*/
/* Input/output stream state. */

View File

@ -34,7 +34,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)extern.h 5.4 (Berkeley) 11/13/91
* from: @(#)extern.h 5.4 (Berkeley) 11/13/91
* $Id: extern.h,v 1.2 1993/08/01 19:00:13 mycroft Exp $
*/
#include <sys/cdefs.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)misc.c 5.7 (Berkeley) 4/28/93";
/*static char sccsid[] = "from: @(#)misc.c 5.7 (Berkeley) 4/28/93";*/
static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 19:00:07 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -36,7 +36,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)position.c 5.3 (Berkeley) 8/5/91";
/*static char sccsid[] = "from: @(#)position.c 5.3 (Berkeley) 8/5/91";*/
static char rcsid[] = "$Id: position.c,v 1.2 1993/08/01 19:00:06 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>

View File

@ -1 +1 @@
revision 1.3 intentionally removed
revision 1.4 intentionally removed

View File

@ -38,8 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)echo.c 5.4 (Berkeley) 4/3/91";
static char rcsid[] = "$Header: /cvsroot/src/bin/echo/echo.c,v 1.3 1993/03/23 00:25:44 cgd Exp $";
/*static char sccsid[] = "from: @(#)echo.c 5.4 (Berkeley) 4/3/91";*/
static char rcsid[] = "$Id: echo.c,v 1.4 1993/08/01 18:59:54 mycroft Exp $";
#endif /* not lint */
#include <stdio.h>